Configuring HSQLDB as Message Store

2016-09-07 Thread nader
Is there any example of how to configure ActiveMQ to use HSQLDB as message store? What does means "support" on this page: http://activemq.apache.org/jdbc-support.html Does it means that we don't need to install HSQLDB? Or the DB-driver is included? Thanks in advance. -- View this message in c

jolokia-agent: Couldn't start discovery [ActiveMQ-5.13.0]

2016-01-11 Thread nader
Just testing ActiveMQ version 5.13.0 and see jolokia-agent: Couldn't start discovery for each IP that the computer has. The value of discoveryEnabled is set to false in ./activemq-5.13.0/webapps/api/WEB-INF/web.xml. What does this info means? And why it does not respect the false value of discov

ActiveMQ shuts down when bridged server is not available

2015-05-08 Thread nader
Hello The primary ActiveMQ (priAMQ1 has statically been bridged to three other ActiveMQs. If one of these bridged ActiveMQ is down then the primary ActiveMQ shuts down automatically. How can I change this behavior? Thanks in advance activemq.log: priAMQ1-03-30 10:35:21,029 | INFO | Establishin

LevelDB and SecurityException

2014-05-22 Thread nader
same broker: Regards Nader -- View this message in context: http://activemq.2283324

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-05-12 Thread nader
thanks, but I get INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@e553e814: startup date [Thu May 08 14:20:33 CEST 2014]; root of context hierarchy ERROR | Failed to load: class path resource [activemq.xml], reason: Line 44 in XML document from class path resource [activemq.xml]

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-05-11 Thread nader
stem and I do not want to replay messages back to the broker. Just definding as Tully suggested solved the problem. R/Nader -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-messages-do-not-forward-on-staticallyIncludedDestinations-tp4680733p4681037.html Sen

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-05-04 Thread nader
essage get another jmsType) back to original queue in which it gets forwarded to another broker. R/Nader -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-messages-do-not-forward-on-staticallyIncludedDestinations-tp4680733p4680838.html Sent from the ActiveMQ - Us

'Advisory' messages do not forward on staticallyIncludedDestinations

2014-04-30 Thread nader
message with the queue's statistics (brokerA) to the other end (brokerB). Every messages get through, but messages with jmsType of 'Advisory' do not forwarded. Is it by design or a bug? Can I change this behavior? Thanks in advance. Nader -- View this message in context:

How to upgrade hawtio separately?

2014-02-13 Thread nader
Hi everyone! Is there a simple way to upgrade hawtio to for example version 1.2.2? If I replace the entire webapps/howtio/ with the new version of hawtio, I get many InstanceAlreadyExistsException. I am using ActiveMQ 5.9.0. and hawtio within Web container. Thanks in advance. Nader

Re: message time-stamp missing (send from statisticsBrokerPlugin)

2014-02-01 Thread nader
Oh.. Thank you very much! Regards Nader -- View this message in context: http://activemq.2283324.n4.nabble.com/message-time-stamp-missing-send-from-statisticsBrokerPlugin-tp4677124p4677263.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: message time-stamp missing (send from statisticsBrokerPlugin)

2014-01-31 Thread nader
Hi Here is the simplified code I use # With assumption of below settings in activemq.xml # # # # # # # from stompest.config import StompConfig from stompest.protocol import StompSpec from stompest.sync import Stomp import time STOMP_

message time-stamp missing (send from statisticsBrokerPlugin)

2014-01-30 Thread nader
Hi Messages send from statisticsBrokerPlugin to a destination do not have a timestamp. (0 or 1970-01-01T01:00:00+01:00). How can I force ActiveMQ to timestamp statistics messages send from statisticsBrokerPlugin? I am using python with stomp on ActiveMQ 5.9.0. Thanks in advance. Nader