<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using RabbitMQ 3.0.1 and RabbitMQ.Client (3.0.1) from C#.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>Whilst the mistake is in my usage, I thought it worth mentioning.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have declared a listener where I achknowledge a message on receipt.&nbsp; However, in my publisher, I had set NoAck to TRUE.&nbsp; 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>&nbsp;</DIV>
<DIV>Changing the NoAck to FALSE solved the issue.&nbsp; Code samples available if required.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Graeme</DIV>