On 2/3/07, jkurtz <[EMAIL PROTECTED]> wrote:
We are interested in pausing the message transmission periodically from
outside of Active MQ, while allowing incoming messages to accumulate.
Modifying the source code is an option, and we are looking at the transport
class.


Does anyone know if this is feasible without major revisions of the code?

Could you explain a little bit more as to why you want to do this?

With the use of prefetch, messages are only dispatched to consumers
when they have spare capacity anyway (so dispatching stops if a
consumer pauses)

http://activemq.apache.org/what-is-the-prefetch-limit-for.html
--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to