Re: ACtivemq 5.10 compatibility

2014-06-25 Thread khandelwalanuj
I work in critical production environment. And I am switching my broker from 5.8 to 5.10. But clients will be keep on using 5.5/5.8 only for atleast 6 months. I just want to make sure if there are there any sort of compatibility issues ? Thanks, Anuj -- View this message in context:

Re: ACtivemq 5.10 compatibility

2014-06-25 Thread Petter Nordlander
Hi, See release notes: http://activemq.apache.org/activemq-5100-release.html and http://activemq.apache.org/activemq-590-release.html The text that you need to look at for 5.8-5.10 follows: (AMQ 5.10) Migration Guide * Removed

Re: ACtivemq 5.10 compatibility

2014-06-25 Thread Gary Tully
I captured the same sentiments in a blog post a while back: http://blog.garytully.com/2010/08/reminder-jms-is-client-server.html On 25 June 2014 12:26, Petter Nordlander petter.nordlan...@enfo.se wrote: Hi, See release notes: http://activemq.apache.org/activemq-5100-release.html and

ActiveMQ Heap Size Monitoring

2014-06-25 Thread djdick
Has anyone put into place a simple way to monitor and record the heap space utilization? We're looking for something that will grab the heap space utilization and record it so we can graph it over time. -- View this message in context:

Re: ActiveMQ Heap Size Monitoring

2014-06-25 Thread Rodrigo Ramos
Heap dump its for that. A good tool for analize heap dums and get statics in real time is JConsole. El jun 25, 2014 11:41 AM, djdick djd...@andrew.cmu.edu escribió: Has anyone put into place a simple way to monitor and record the heap space utilization? We're looking for something that will

Re: ActiveMQ Heap Size Monitoring

2014-06-25 Thread Gaurav Sharma
You could also just turn on gc logging on the AMQ nodes and use the log file for analysis on the same nodes or rsync it out to another node and simulate a gc probe/agent. On Jun 25, 2014, at 10:12, Rodrigo Ramos crackdu...@gmail.com wrote: Heap dump its for that. A good tool for analize heap

Re: ActiveMQ Heap Size Monitoring

2014-06-25 Thread Rodrigo Ramos
The jdk has command line tools such jpstat. Try with: jpstat -gcutil [Pid] 2000 20 You only have to specify the pid of your java process. El jun 25, 2014 12:23 PM, djdick djd...@andrew.cmu.edu escribió: We're looking for simply the amount of the heap used, no need to analyze the contents of

Re: Why does network connector slow down when there are too many messages in downstream broker?

2014-06-25 Thread multani
you mean that i should close message cache? gtully wrote peek at producer flow control - http://activemq.apache.org/producer-flow-control.html configure brokerB with the default store cursor that will stop caching messages rather than retain messages in memory. On 24 June 2014 10:42,

Possible conflict with glibc -- MAP_TYPE

2014-06-25 Thread bdgackle
I'm using ActiveMQ-CPP library version 3.8.2. in activemq-cpp-3.8.2/activemq/util/PrimitiveValueNode.h, the symbol MAP_TYPE is used as an enumeration labels. This symbol is also used in a #define macro in bits/mman-linux.h. This is one of the header files that is packaged with glibc 2.19-5

project not running

2014-06-25 Thread Mirage16
Hej everyone, I've a ready java project. It's supposed to be a small online shop. Therefore JMS is used. Now I'm tryjing to make the project run on my pc. Therefore I've installed ActiveMQ on my pc as descriped on the website: http://activemq.apache.org/getting-started.html I can run the

Getting a Cannot publish to a deleted Destination but eventually works after a couple of retries

2014-06-25 Thread tikboy
Hi We have an application that runs on Glassfish 3.1. It uses Camel to publish a request/reply JMS message to an AMQ broker. The message is then consumed by a Camel JMS listener running on Fuse 7.0. This setup works most of the time but sometimes, when the camel route on Fuse is sending the