[rabbitmq-discuss] Message receive error

Emile Joubert emile at rabbitmq.com
Wed Jul 6 09:18:25 BST 2011


Hi Alexander,

On 06/07/11 08:50, Alexander Kuleshov wrote:

>     amqp_channel:call(Channel, #'queue.declare'{queue = <<"test1">>}),
>     amqp_channel:subscribe(Channel, #'basic.consume'{queue =
> <<"test2">>}, self()),

You are declaring and subscribing to queues with different names. That's
why the subscription is failing.


-Emile


More information about the rabbitmq-discuss mailing list