Hi,<div><br></div><div>We are running rabbit 2.1.1 with java client.</div><div>Our code is simple. Many threads share a common connection. In every thread, it holds its own channel.</div><div>When some threads publish/get messages to/from exchanges/queues which do not exist, its own channel dies.</div>
<div>But, the problem is,�other threads that calls at connection.createChannel() will block.</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>we only use channel.basicGet() and channel.basicPublish() for our message delivery.</div>
<div>Any suggestions?</div>