<div dir="ltr">Greetings,<div><br></div><div>here is the flow of my program -</div><div><br></div><div>1. Create a SimpleAmqpClient channel </div><div>2. Consumer1 comes and created queues and bindings. </div><div>3. BasicConsumeMessage is called on the channel, the one which consumes message for any open consumers</div><div>4. We are waiting now for any message to come in.</div><div>5. Consumer2 comes and tries to create queue and bindings.</div><div>6. Consumer2 hangs since the channel is busy in step 4</div><div><br></div><div>How do I make this work? Creating a separate channel for creating queues and bindings will not work since BasicConsumeMessage works only on consumers created by its own channel.</div><div><br></div><div>Any help is greatly appreciated.</div><div><br></div><div>Thanks.</div></div>