[rabbitmq-discuss] connection.createChannel() block after send/receive messages to non-exist queues

Liwen Fan f at scalethink.com
Mon Nov 8 12:04:20 GMT 2010


Hi,

We are running rabbit 2.1.1 with java client.
Our code is simple. Many threads share a common connection. In every thread,
it holds its own channel.
When some threads publish/get messages to/from exchanges/queues which do not
exist, its own channel dies.
But, the problem is, other threads that calls at connection.createChannel()
will block.

we only use channel.basicGet() and channel.basicPublish() for our message
delivery.
Any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20101108/247c117f/attachment.htm>


More information about the rabbitmq-discuss mailing list