Adam Chase wrote:
If I have implemented received and I call messageFlush(sync=true) in my main thread, received will either complete before messageFlush completes with a message from that subscription, or I will not get any more messages from that subscription until I add credit again, right?
if will send all the messages it can up to out standing credit. Then it will clear the credit, and
more credit will need to be issued before any new messages are sent. make sense? Carl. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
