Only a few activemq client threads?

2015-04-15 Thread Kevin Burton
Why would a heavily used ActiveMQ client only use a few threads? I have one connection, and then about 5 ActiveMQ Session Task- threads… I’m using useAsyncSend, but I don’t think this should have an impact on threads. This machine is heavily loaded so I was thinking that perhaps my issue is that

Re: Broker refusing to send messages to only certain queues?

2015-04-15 Thread Kevin Burton
And then if I immediately purge the queue, and add more messages to the queues, they immediately work. So it seems to be some bug related to dispatch of the queue if it’s too large. On Wed, Apr 15, 2015 at 8:11 PM, Kevin Burton wrote: > It looks like this is a function of queue size.. if it gro

Re: Broker refusing to send messages to only certain queues?

2015-04-15 Thread Kevin Burton
It looks like this is a function of queue size.. if it grows large enough, eventually, it seems, ActiveMQ stops dispatching messages to the consumers. On Wed, Apr 15, 2015 at 6:55 PM, Kevin Burton wrote: > I have a very strange bug I’m trying to track down. > > I have a very loaded ActiveMQ box

Broker refusing to send messages to only certain queues?

2015-04-15 Thread Kevin Burton
I have a very strange bug I’m trying to track down. I have a very loaded ActiveMQ box (8 of them actually)… for the most part it’s working very well. However, I recently noticed that some of our queues aren’t actually doing any work. Other queues are performing just fine. In fact, the vast majo

Re: Throughput drop with NIO transport as compared to TCP transport

2015-04-15 Thread Tim Bain
Hey Anuj: in that original thread, you saw only a small decrease in throughput (53k to 47k), not 1.5x. Maybe you could help Sam figure out what's different between his setup and yours... Tim On Apr 9, 2015 7:52 AM, "artnaseef" wrote: > Sorry - JMeter or custom Java code are only examples. Othe

Re: Acknowledgement Failure

2015-04-15 Thread Tim Bain
Yes, it's possible to have message redelivery under certain circumstances, and the most common way to avoid reprocessing of non-idempotent redelivered messages is to store the IDs of all processed messages as you've described. (You could use the JMSMessageID or some natural ID of the message; uniq

RE: ActiveMQ traffic rate

2015-04-15 Thread mahendran m
Thanks , Can you please tell hardware configuration you used? > Subject: Re: ActiveMQ traffic rate > From: tsn...@gmail.com > Date: Wed, 15 Apr 2015 07:43:41 -0400 > To: users@activemq.apache.org > > That depends on a lot of factors including message size and network/broker > topology. > > I’ve

Re: ActiveMQ traffic rate

2015-04-15 Thread Tracy Snell
That depends on a lot of factors including message size and network/broker topology. I’ve had it pushing over 15k/messages/sec before. Took a lot of work and having the broker and clients on the same hw switch. > On Apr 15, 2015, at 5:58 AM, mahendran m wrote: > > What is maximum rate at whi

ActiveMQ traffic rate

2015-04-15 Thread mahendran m
What is maximum rate at which ActiveMQ receive and send message?

ActiveMQ 2-Way Authentication

2015-04-15 Thread RTactivemq
Hello, I've searched the forums, google sites, and of course ActiveMQ's website for an answer but I am unable to find one. I will start off by giving some basic information about my setup. First, my activemq broker is running out of a JBoss AM-Q system with versions: server version: Apache activ