Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 34702 invoked from network); 18 Sep 2010 16:48:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 16:48:00 -0000 Received: (qmail 39395 invoked by uid 500); 18 Sep 2010 16:47:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 39101 invoked by uid 500); 18 Sep 2010 16:47:59 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 38886 invoked by uid 99); 18 Sep 2010 16:47:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 16:47:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 16:47:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8IGlZUa002602 for ; Sat, 18 Sep 2010 16:47:35 GMT Message-ID: <6827022.21971284828455701.JavaMail.jira@thor> Date: Sat, 18 Sep 2010 12:47:35 -0400 (EDT) From: "Bruce Snyder (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2395) Allow JDBC persistence adapter to use custom prefixes In-Reply-To: <506185272.1253111592792.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-2395: ------------------------------ Fix Version/s: 5.5.0 (was: 5.4.1) > Allow JDBC persistence adapter to use custom prefixes > ------------------------------------------------------ > > Key: AMQ-2395 > URL: https://issues.apache.org/activemq/browse/AMQ-2395 > Project: ActiveMQ > Issue Type: New Feature > Reporter: Dejan Bosanac > Assignee: Dejan Bosanac > Fix For: 5.5.0 > > > Currently table names are hardcoded in Statements.java. It would be nice to support configurable prefix for these tables, so that multiple standalone brokers can use a single database. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.