I'm looking at some code that does sender flow control as follows:
 - set a queue size limit
- sender catches 'resource-limit-exceeded' exception, sleeps for a bit, creates a new session & re-tries

Is there a better way to flow control senders to bound broker resources? I can't think of one as the broker & protocol currently stand.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to