Re: Slow consumer advisory never sent

2013-09-20 Thread Oleg Dulin
Thank you Gary, as always here and on the IRC you are most helpful. Pending limit is 1.5… So it never gets to twice the prefetch amount, right ? Regards, Oleg On 2013-09-19 15:33:55 +, Gary Tully said: a topic consumer is only considered slow if twice the prefetch has been dispatched to i

[ANNOUNCE] ActiveMQ-CPP Version 3.8.1 Released

2013-09-20 Thread Timothy Bish
Hi Everyone, Its official, AcitveMQ-CPP v3.8.1 has now been released. This release contains a fix for a memory leak that was found in the 3.7.x and 3.8.0 code. Users of those versions should move forward to this release. The issue can be worked around in the previous releases by disabling m

Re: which maven jar artifact contains org.apache.activemq.broker.jmx.ManagmentContext

2013-09-20 Thread Timothy Bish
On 09/20/2013 10:11 AM, Vitaliy Semochkin wrote: Hello, does anyone know which maven jar artifact contains the following class org.apache.activemq.broker.jmx.ManagmentContext in activemq 5.8.0? Thanks in advance, Vitaliy It'd be in the activemq-broker jar. -- Tim Bish Sr Software Engineer

Re: Secure all queues start with a 't'

2013-09-20 Thread Shine
Hi, it does not work. the configuration:

which maven jar artifact contains org.apache.activemq.broker.jmx.ManagmentContext

2013-09-20 Thread Vitaliy Semochkin
Hello, does anyone know which maven jar artifact contains the following class org.apache.activemq.broker.jmx.ManagmentContext in activemq 5.8.0? Thanks in advance, Vitaliy

Right configuration for a complete graph of brokers using 3 AMQ instances.

2013-09-20 Thread Jose María Zaragoza
I am trying to create a complete graph of brokers using 3 AMQ instances. I would ideally have redundant connections like: - A to B - A to C - B to A - B to C - C to A - C to B Each instance defines ( A in the next example ) The situation is : A<-->C link network is broken

Re: Remove message queue after a day with or with or without a message

2013-09-20 Thread Gary Tully
use a ttl or message expiry on messages for that destination. Or use org.apache.activemq.broker.util.TimeStampingBrokerPlugin to provide a expiry override via zeroExpirationOverride > 0 On 19 September 2013 19:02, wcpolicarpio wrote: > Hi Everyone, > > > gcInactiveDestination will only discard th