[openamq-dev] multiple channels per one connection

Dmitri Tsyganov dmitri.tsyganov at dowjones.com
Thu Sep 6 22:57:46 CEST 2007


Hello,

One of our unit-test cases started to fail after we switched to v 1.2c3.
It used to pass in v 1.2c1. 

It fails when test tries to open multiple session using the same
connection on the same thread. 

here is the error we see:

***
tests: amq_client_agent.c:22258: action_send_channel_open: Assertion `
((amq_client_agent_channel_open_t *) thread->method->data)->channel_nbr
== 1' failed.

Program received signal SIGABRT, Aborted.
***

It seems like multiple sessions (channels) on the same thread are not
welcome anymore and you can have only one channel per thread per
connection.

Can somebody, please, confirm/clarify this behavior?

Thank you,

Dmitri


More information about the openamq-dev mailing list