how to create dynamically virtualDestinations

2013-12-13 Thread salemi
Hi All, I have created my own CompositeQueue and CompositeDestinationFilter. I know you can create these using the following configuration. Is there a way to dynamically add the virtual destination to the broker? Thanks, Ali

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Timothy Bish
On 12/13/2013 01:02 PM, Andy Boothe [WCG] wrote: Timothy, Thank you for the quick response! I had read that, but didn't see anything useful in it. Having re-read it, I realize that my DLQs (which contain 100k messages) were a likely suspect in keeping the log files "live." I cleared the DLQs, a

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Andy Boothe [WCG]
Timothy, Thank you for the quick response! I had read that, but didn't see anything useful in it. Having re-read it, I realize that my DLQs (which contain 100k messages) were a likely suspect in keeping the log files "live." I cleared the DLQs, and ActiveMQ diligently deleted most of the log file

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Timothy Bish
On 12/13/2013 11:27 AM, Andy Boothe [WCG] wrote: Hello, I have an ActiveMQ instance that has been running nicely for a couple of months, but doesn't seem to clean up its KahaDB logs like I expect it to. (More specifically, I expect to have like 1 log file, but in reality I have ~1500 log file

Re: replicatedLevelDB errors after failover

2013-12-13 Thread kal123
The leveldb seems to be corrupted after 10 failovers, broker was not able to load records from leveldb, similar to the issue described in early post but now i see these additional error msg -- View this message in context: http://activemq.2283324.n4.nabble.com/replicatedLevelDB-errors-after-fai

KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Andy Boothe [WCG]
Hello, I have an ActiveMQ instance that has been running nicely for a couple of months, but doesn't seem to clean up its KahaDB logs like I expect it to. (More specifically, I expect to have like 1 log file, but in reality I have ~1500 log files with 49G of data.) ActiveMQ has processed about

Re: Activemq health

2013-12-13 Thread Rodrigo Ramos
Thanks for your help. 2013/12/13 Robert Davies > If you can use JMX there’s a HealthView MBean associated with the broker - > which summarises things like memory usage, disk space usage, Queues with no > consumers etc. > > On 13 Dec 2013, at 05:57, Rodrigo Ramos wrote: > > > Hello everybody >

Re: size lib cms

2013-12-13 Thread MillieretXavier
Hi, No effect with the strip command line ! ( we compile, with no debug information, release mode) and the size is a big problem in my context, do you have another idea ? do you have the same problem ? perhaps it's a compilation directive in my project ? -- View this message in context: http:/

Asynchronous consumer

2013-12-13 Thread zielin
Hello, I'm writing library in QT C++ which wraps ActiveMQ CMS API and allows using activemq without including any cms api headers etc. I have written synchronous consumer and producer. Everything works fine until I create two synchronous consumers consuming messages in separate threads. For exampl

Deleting active mq messages

2013-12-13 Thread srikanth.settivari
Hi, I have been facing one problem, at the time of deleting the active MQ Messages from JMS Queue. I am trying to delete the active ma messages using perge method, it is taking too much time when the messages are more than 100. we are using the Active mq persistance. Do we have any more methods to

Re: Problems with the AMQP python messenger API

2013-12-13 Thread Gordon Sim
On 12/12/2013 04:07 PM, xbhanu wrote: One more thing, I dont think there is a concept of durable topic subscriptions in AMQP ? True right ? Well, AMQP doesn't explicitly define 'topics'. It does however define distribution modes. More importantly it covers how the lifecycle of a 'terminus' ca

Re: [ActiveMQ]How to setup fault-tolerant consumer node?

2013-12-13 Thread Robert Davies
Probably the easiest thing to do would be to use exclusive consumers - see http://activemq.apache.org/exclusive-consumer.html On 13 Dec 2013, at 09:18, cngamer wrote: > I have a consumer node that consumes messages from a ActiveMQ topic server, > and I want to add a backup consumer node in case

[ActiveMQ]How to setup fault-tolerant consumer node?

2013-12-13 Thread cngamer
I have a consumer node that consumes messages from a ActiveMQ topic server, and I want to add a backup consumer node in case the primary consumer node is down. But how to setup these two consumer nodes to make them work together? -- View this message in context: http://activemq.2283324.n4.nabbl