Hi I understand an AMQP session may only be used from one thread at a time.
How about Receiver and Sender objects created using a Session? To what extent are they associated with the parent session?
Is it possible to use a Sender or a Receiver in parallel with the parent Session from another thread? Or does the access to these objects have to be synchronized? If yes, which functions require synchronization?
Thanks Jiri --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
