[rabbitmq-discuss] Error while calling ExchangeBind()

Simon MacMullen simon at rabbitmq.com
Tue May 21 10:31:11 BST 2013


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


More information about the rabbitmq-discuss mailing list