On 21/05/13 06:15, Vikram Viswanathan wrote: > channel.exchangeBind(queueName, ExchangeConstants.DATA_EXCG, > queueName); Channel.exchangeBind() is for binding exchanges to other exchanges. Use Channel.queueBind() to bind a queue to an exchange. Cheers, Simon -- Simon MacMullen RabbitMQ, Pivotal