On 01/20/2010 07:50 PM, Azim Fatehi wrote:
I don't believe the qpid objects are thread-safe. I had a case with two threads sending messages using the same session object and found that it didn't work unless I protected access to the qpid objects with a mutex.
If you still have some test code for that case I'd be happy to have a look. It certainly *should* be the case that you can have two threads sending on the same session, so any failure may be a bug.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
