[rabbitmq-discuss] Error while calling ExchangeBind()
Vikram Viswanathan
vikram.vis at gmail.com
Tue May 21 18:39:27 BST 2013
Thanks. Missed queueBind() completely.
-Vikram
On 05/21/2013 02:31 AM, Simon MacMullen wrote:
> 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
>
More information about the rabbitmq-discuss
mailing list