This content has been marked as final.
Show 1 reply
-
1. Re: Doubt about 'Consumer Count' - jboss-console/jms
ojgarciab Nov 16, 2016 4:05 AM (in response to everjava)Consumers are processes/applications/threads waiting for messages. There could be many applications waiting for messages but no messages in queue.
Messages in queue are messages waiting for a consumer to read them. If there were no consumers new messages would be queued.