RickW wrote:
From a client programmer's point of view, what does the broker setting --max-session-rate do? If a producer sends faster than the specified rate does it get an exception? Does it block?
The broker will only issue the used credit to bring the issued credit back to the max-session-rate for that interval. So the client will get blocked from sending due to a lack of credit until the next interval (rate is per second)
regards Carl. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
