Re: AMQ pauses sending to consumers

2015-08-22 Thread Richard Sinek
There is a specific queue that gets the scheduled messages and generally a single consumer thread on that queue. That consumer is part of the same application that is pulling from all the other queues. We don't use selectors on any queue, of which there are 15, nor do we have any destination based

Re: jmsexception unknown PUBREL xx received

2015-08-22 Thread Timothy Bish
On 08/22/2015 12:17 PM, wangjunwei wrote: > Hi all, I am on a project and doing stress test to activemq. I noticed lots > of WARN messagesJmsexception unknown PUBREL xxx recived when I launched > above 800 connections from our four different windows server simutanously. > which xxx is an intege

jmsexception unknown PUBREL xx received

2015-08-22 Thread wangjunwei
Hi all, I am on a project and doing stress test to activemq. I noticed lots of WARN messagesJmsexception unknown PUBREL xxx recived when I launched above 800 connections from our four different windows server simutanously. which xxx is an integer numbermeanwhile I noticed lots of jave.net.socke

[ActiveMQ 5.11.1] tons of "suppressing duplicate delivery" WARN messages

2015-08-22 Thread yang.yang.zz
Hi We recently got tons of WARN messages from a consumer broker. Once it occurs, it seems to be lasted forever. It came with a total throughput drop and we observed messages got piled up on producer broker side. We're using ActiveMQ 5.11.1. What's the cause of this issue? Is there anything to sol

New feature 5.12 (AMQ-5229) pause and resume queue - any examples?

2015-08-22 Thread akm
Hi, One useful and interesting feature of 5.12 release is the capability to pause and resume queue. Was wondering if there is any example provided on how to use it. How do we use it? from command-line? Or only by writing it as part of code? Any examples could be really useful. Thanks in advance

Re: AMQ pauses sending to consumers

2015-08-22 Thread Tim Bain
That disproves the theory that the broker is fully unresponsive due to a full GC. (It was unthinkable that it would take 10+ minutes anyway.) Is the consumer that gets the scheduled messages on a separate queue from the other consumers? Are selectors used by any of your consumers? How many queu