Re: A configured queuePrefetch of one in ActiveMQ 5.14.1 with AMQP 1.0 behaves like a queuePrefetch of two.

2016-12-06 Thread Timothy Bish
On 12/06/2016 03:58 PM, Patrick Vansevenant wrote: Your explanation is very valuable and completely correct in my opinion. Nevertheless there are some differences concerning the queuePrefetch between version 5.14.1 and 5.13.3. The Dispatched Queue contains maximum one message in 5.13.3 with a q

Re: A configured queuePrefetch of one in ActiveMQ 5.14.1 with AMQP 1.0 behaves like a queuePrefetch of two.

2016-12-06 Thread Patrick Vansevenant
Your explanation is very valuable and completely correct in my opinion. Nevertheless there are some differences concerning the queuePrefetch between version 5.14.1 and 5.13.3. The Dispatched Queue contains maximum one message in 5.13.3 with a queuePrefetch of one and that at any point in time. I

Configuring peer transport with shared data directory

2016-12-06 Thread JordanC
I need some help configuring ActiveMQ to work with my clustered Java application. What I want is to be able to run a variable number of nodes and have messages distributed among the nodes and have high availability such that if a node goes down, messaged queued on that node will be processed by oth

Configuring destination memory usage with wild cards

2016-12-06 Thread rth
If you configure memory usage with a policyEntry using a wildcard, does each destination that matches get that much memory? For instance, if I have this in my configuration file: And I have two topics, /results.1/ and /results.2/. Will each topic get 1MB of memory? Or will they share 1MB of me

Re: ActiveMQ failover transport - producers/consumers work on different hosts

2016-12-06 Thread Januszek
priorityBackup solved the problem. Thanks for the help! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-failover-transport-producers-consumers-work-on-different-hosts-tp4719747p4719788.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.