ActiveMQ deployment

2015-11-24 Thread Rallavagu
All, What is the recommended deployment architecture for an enterprise? 1. Master/Slave with replicated Level DB (http://activemq.apache.org/replicated-leveldb-store.html) 2. Network of Brokers for scalability 3. Hybrid In case of hybrid, is there a reference document that I could use? Than

Re: Master/Slave and store and forward topic

2015-11-24 Thread gbrown
This is my nc entry, same entry on server1 and server2 I am using kahadb with a shared file system, nfs4. Gary -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-Slave-and-store-and-forward-topic-tp4704070p4704240.html Sent from the ActiveMQ - User mailing list a

Re: AWS disk hosting ActiveMQ is full, UI purge/delete doesn't work

2015-11-24 Thread artnaseef
Note that the db-#.log files are not general-purpose error logging files, they are the KahaDB data files. If KahaDB is holding onto a large number of files, there's a good chance there are old messages around. The first thing to check is that ActiveMQ is not being used as a message store. Old me

Re: Master/Slave and store and forward topic

2015-11-24 Thread artnaseef
Can you clarify the network configuration? It would help to see the network connector settings for every individual broker. Something like the following format would be great: Server1 - static:failover:(...) - static:failover:(...) Server2 - static:failover:(...) - static:failover:(...) ... A

ActiveMQ-5.11 leveld error : "java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.JniDBFactory "

2015-11-24 Thread khandelwalanuj
eveldbjni.JniDBFactory due to: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.JniDBFactory [20151124 04:58:44.401 EST (hawtdispatch-DEFAULT-1) org.apache.activemq.leveldb.util.Log$class#info 93 INFO] - Using the pure java LevelDB implementation. [20151124 04

Re: Understanding ActiveMQ Inactivity timeout monitor in STOMP

2015-11-24 Thread Timothy Bish
Configuration from one transportConnector does not translate over to any other connector. What does you STOMP client send in its CONNECT frame for the heart-beat value? What broker version are you running? On 11/24/2015 02:50 AM, xabhi wrote: > Hi, > > Below is my ActiveMQ configuration file. I

Understanding ActiveMQ Inactivity timeout monitor in STOMP

2015-11-24 Thread xabhi
Hi, Below is my ActiveMQ configuration file. I have specified wireFormat.maxInactivityDuration for TCP Nio transport. Does this inactivity timeout applies to STOMP connector as well? I am seeing cases where if my STOMP client is busy for more than 5 mins in doing some operation and doesn't send h