Hello. I have a Q with several consumers (C++ consumers).Some of the consumers are slow, so I like that messages will be consumed from the Q by consumers that are available and not busy.
The Q is handling a small number of messages and they don't need to be persistance. Although I have set the pre-fetch size to 1, I can still see that messages are waiting for the slow consumer to finish its work, while the fast consumer is free and waiting. Any ideas what shall I change? -- View this message in context: http://www.nabble.com/messages-distribution-problem-tp16415201s2354p16415201.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.