Re: Bizarrely long delays in <tt>publisher.publish()</tt> using queues.
Posted By:
Andreas_Mueller
Posted On:
Friday, February 15, 2002 12:54 PM
That might be the flow control. There is pub/sub flow control in the TopicManager Swiftlet and PTP flow control for queues. If you bridge a message from a topic to a queue and the queue is flow controlled, it cascaded back to the topic and back to the publisher, since you block onMessage. Switch flow control off, either pub/sub or ptp (the queue) of both.