java - How to stop ActiveMQ 's 'Queue' to stop receiving messages -


is possible stop specific queue of activemq after has consumed 100 messages 5sec , after 5sec again restart , start receiving messages ?

activemq has flow control on memory constraints.

try using router software that, such apache camel throttler

i'm not sure can ask out of box similar things. or can add want logic. note camel bundled in activemq distributions.

then setup 1 "from" queue application writes messages , route though activemq 1 "to" queue consumer reads messages.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -