apache - ActiveMQ 5.9.1 Drop a slow consumer on queue -


in activemq, have queue 10 consumers, 2 consumers blocked , etsan no longer taking tickets blocked amount, causes other consumers slow or times not work because can not these tickets processing, question is: how delete these 2 consumers without restarting application of activemq ?, , can not lose tickets

depends on how you've deployed client, might able pause listener (assuming can identify correct listener thread) or put blocks listener consuming anymore messages (by literally never returning or throwing exception cause thread die).

however, jee might more difficult...

so how implemented?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -