Re: Performance single vs. multiple queues / sessions / consumers

2015-05-21 Thread Kevin Burton
The current version of ActiveMQ doesn’t really scale well over say 1000-2000 queues (if you GC them). If you create one queue per client then you will have lots of queues. I haven’t submitted my patches yet (trying to port our code to 5.11) but it should resolve that situation. On Thu, May 21,

Performance single vs. multiple queues / sessions / consumers

2015-05-21 Thread Klaus Liebler
Dear list members, I am trying to understand the performance profile of ActiveMQ. Let's assume, we have some 500 clients sending the same type of messages (status updates) to one single central server - basically a windows service that interacts with a SQL database on the same machine. Which