java - Active mq multiple consumers working in parallel -


the jms contract 1 session used 1 thread @ once

resource: http://activemq.apache.org/multiple-consumers-on-a-queue.html

as can see in image every consumer session id one. ok have, , how check if consumers consuming 1 @ time or working in parallel?

is session id same each consumer right configuration?

the image web console, every consumer session id one

just let consumers print out message , see working in parallel. use instance number on each consumer instead.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -