<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I am using RabbitMQ 3.0.1 and RabbitMQ.Client (3.0.1) from C#. </DIV>
<DIV> </DIV>
<DIV>Whilst the mistake is in my usage, I thought it worth mentioning.</DIV>
<DIV> </DIV>
<DIV>I have declared a listener where I achknowledge a message on receipt. However, in my publisher, I had set NoAck to TRUE. The result of this is after the first message, the bindings and queues are removed from the exchange and no further messages are received by the subscriber.</DIV>
<DIV> </DIV>
<DIV>Changing the NoAck to FALSE solved the issue. Code samples available if required.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV> </DIV>
<DIV>Graeme</DIV>