Re: Is there a way to get kahadb size using activemq-admin command line tool?

2014-11-12 Thread bansalp
Putting answer from stackoverflow community (Erik Williams) as it might be of some help for someone in future. activemq-admin query --view StorePercentUsage,StoreLimit --jmxurl service:jmx:rmi:///jndi/rmi://hostname:port/jmxrmi --jmxuser user --jmxpassword password Thanks, Pradeep -- View th

Re: Problem with embedded broker

2014-11-12 Thread Tim Bain
That's expected behavior. By default, brokers only forward messages when there's a currently-connected consumer somewhere in the network. If there's no consumer, the message will hang out on the producing broker, waiting for the consumer to connect. When it does connect, the broker that holds th

Problem with embedded broker

2014-11-12 Thread juanmanuel.romeraferrio
Hi, I'm having a problem in my system. In my producer, I have the next configuration.

Filtering message with Qpid Proton reciever

2014-11-12 Thread MillieretXavier
Hi all, I am a user of activemq 5.9, and CMS to send:reply message, It's working fine. So now I want to send and receive message but with amqp protocol, I would like to use qpid proton (0.8) and do the same things, like CMS filtering message on the correlationId, or another string. I read this: ht

Re: Can a producer and consumer running on different activemq versions exchange messages?

2014-11-12 Thread Tim Bain
"One can not mix activemq versions" is too broad of a statement. There will be some pairs of versions you can mix, and others you can't. But "one can not mix *these particular* activemq versions" is a perfectly accurate statement. When I've seen Tim and Gary and others talk about backwards compa

Re: ActiveMQ 5 update timeplan?

2014-11-12 Thread uromahn
My biggest complaint would be that LevelDB replication is still "flaky" and I wouldn't want to use it in production just yet. So, if that would get fixed, I'd be inclined to consider it as "very stable" until then ... -- View this message in context: http://activemq.2283324.n4.nabble.com/Activ

Re: Can a producer and consumer running on different activemq versions exchange messages?

2014-11-12 Thread mmg
After upgrade activemq used in client to same version as produce solved this issue. So it seems one can not mix activemq versions. Thanks for help. -mmg -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-a-produce-and-consumer-running-on-different-activemq-versions-exch