Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64003D112 for ; Tue, 7 Aug 2012 14:14:11 +0000 (UTC) Received: (qmail 43555 invoked by uid 500); 7 Aug 2012 14:14:10 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43529 invoked by uid 500); 7 Aug 2012 14:14:10 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 43520 invoked by uid 99); 7 Aug 2012 14:14:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 14:14:10 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 14:14:04 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SykXX-0007Mg-Pa for users@activemq.apache.org; Tue, 07 Aug 2012 07:13:43 -0700 Date: Tue, 7 Aug 2012 07:13:43 -0700 (PDT) From: a_schulle To: users@activemq.apache.org Message-ID: <1344348823781-4654847.post@n4.nabble.com> Subject: Messages about "Store limit" with JDBCPersistenceAdapter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We are using Version 5.6.0 in an "JDBC Master Slave" configuration. When the broker comes up it shows the following log messages: (org.apache.activemq.store.kahadb.plist.PListStore:331) # PListStore:[E:\somepath\activemq-data\jdbcBroker\tmp_storage ] started (org.apache.activemq.broker.BrokerService:521) # Using Persistence Adapter: JDBCPersistenceAdapter(org.jboss.jca.adapters.jdbc.WrapperDataSource@ca6a9e) (org.apache.activemq.store.jdbc.JDBCPersistenceAdapter:464) # Database adapter driver override recognized for : [oracle_jdbc_driver] - adapter: class org.apache.activemq.store.jdbc.adapter.OracleJDBCAdapter (org.apache.activemq.store.jdbc.JDBCPersistenceAdapter:466) # Database lock driver override not found for : [oracle_jdbc_driver]. Will use default implementation. (org.apache.activemq.store.jdbc.DefaultDatabaseLocker:67) # Attempting to acquire the exclusive lock to become the Master broker (org.apache.activemq.store.jdbc.DefaultDatabaseLocker:134) # Becoming the master on dataSource: org.jboss.jca.adapters.jdbc.WrapperDataSource@ca6a9e (org.apache.activemq.broker.BrokerService:799) # ActiveMQ 5.6.0 JMS Message Broker (jdbcBroker) is starting (org.apache.activemq.broker.BrokerService:801) # For help or more information please see: http://activemq.apache.org/ (org.apache.activemq.transport.TransportServerThreadSupport:72) # Listening for connections at: tcp://foo:61616 (org.apache.activemq.broker.TransportConnector:265) # Connector default Started (org.apache.activemq.broker.BrokerService:564) # ActiveMQ JMS Message Broker (jdbcBroker, ID:foo-3894-1344347728219-0:1) started (org.apache.activemq.broker.BrokerService:1747) # Store limit is 100000 mb, whilst the data directory: E:\somepath\jboss\bin only has 5139 mb of usable space (org.apache.activemq.broker.BrokerService:1786) # Temporary Store limit is 50000 mb, whilst the temporary data directory: E:\somepath\jboss\bin\activemq-data\jdbcBroker\tmp_storage only has 5139 mb of usable space (org.apache.activemq.web.WebConsoleStarter:47) # ActiveMQ WebConsole initialized. I'm wondering about the messages "Store limit is 100000 mb,..." and "Temporary Store limit is 50000 mb,...". When I add the following configuration the two messages disappear: This is my configuration: file:${CONF}/systemenv.conf file:${CONF}/systemenv.mod.conf Why does the broker with JDBCPersistenceAdapter needs a local store? Is something wrong with my configuration? I would appreciate any help. Thanks! Alex -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-about-Store-limit-with-JDBCPersistenceAdapter-tp4654847.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.