Re: [Spam: 5.0] Pausing Transmission

2007-03-02 Thread jkurtz
James.Strachan wrote: > > On 2/6/07, jkurtz <[EMAIL PROTECTED]> wrote: >> >> The reason that the dispatch needs to be paused on the Server side is for >> a >> Quality of Service Broker to control the message dispatch if the network >> traffic gets to be too much

Re: Pausing Transmission

2007-02-05 Thread jkurtz
. = James.Strachan wrote: > > 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 opt

Pausing Transmission

2007-02-03 Thread jkurtz
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