[openamq-dev] OpenAMQ 1.2c3 released
Nick Levine
ndl at ravenbrook.com
Tue Aug 28 10:26:58 CEST 2007
ndl at ravenbrook.com said:
> Ah, hang on a tick. Is this what the releas notes meant by "we
> have explicitly removed support for more than one protocol
> channel on a connection"?
Yes, that's correct. The multi-channel code was full of holes and
never really tested properly, so we removed it.
You should be able to open more than one connection without any
problems.
Is it now thread-safe across these connections? To be specific, while
one thread is using a connection, should another thread also wishing
to communicate with the server:
a) wait? or
b) use the same connection concurrently? or
c) use a different connection concurrently?
-nick
More information about the openamq-dev
mailing list