You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by spam trap <no...@spamgourmet.com> on 2012/07/05 10:51:36 UTC

ActiveMQ-CPP pausing asynchronous reception

Hi,

Is it possible to tell ActiveMQ to stop delivering messages to an
asynchronous consumer temporarily (if the consumer is unable to
process messages, say).

[This is a consumer that uses the MessageConsumer.setMessageListener()
method.]