Here is the scenario:
1. Start a standalone activemq server (memory persistence)
2. Enqueue 3000+ message to a queue
3. Dequeue by selector (JMSCorrelationID='...'), and the performance is
REALLY bad.

It seems like MessageConsumer is waiting MessageDispatchChannel to get all
the messages from server.

So in this case, How can I solve the problem?

Thanks





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Performance-issue-when-selecting-messages-over-3000-tp4715224.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to