That doesn't do the trick.
Is the configuration of federation correct?

On node A I configure Node B as upstream, and viceversa on Node B.

Also does federation work for all Exchange types
(Direct/Topic/Fanout/Headers)

I'm new to this concept and trying to get the 2-way communication work.


On Thu, Feb 6, 2014 at 6:16 PM, Arun Rao <[email protected]> wrote:

> try using this definition on your policy,
>
>
> '{"federation-upstream-set":"all"}'
>
> Thanks!
>
>
> On Thu, Feb 6, 2014 at 3:07 PM, Rahul Jain <[email protected]> wrote:
>
>> Hi,
>>
>> I've been trying to setup a 2-way federation for my 2 nodes A and B.
>>
>> I ran the following commands on Node A:
>>
>> sudo rabbitmqctl set_parameter federation-upstream rabbit2 
>> '{"uri":"amqp://<Node B IP>"}'
>> sudo rabbitmqctl set_parameter federation local-nodename '"rabbit1"'
>> sudo rabbitmqctl set_policy federate-me "^test\." 
>> '{"federation-upstream-set":"test"}'
>>
>>
>> commands on Node B:
>>
>> sudo rabbitmqctl set_parameter federation-upstream rabbit2 
>> '{"uri":"amqp://<Node A IP>"}'
>> sudo rabbitmqctl set_parameter federation local-nodename '"rabbit2"'
>> sudo rabbitmqctl set_policy federate-me "^test\." 
>> '{"federation-upstream-set":"test"}'
>>
>>
>> Now I created a fanout exchange and queue on Node A, namely
>> test.fanout-Exchange and test.fanout-Queue, using the RabbitMQ console.
>>
>> When I publish a message using RabbitMQ console of Node A, I see the
>> message reaches the queue on Node A alone, and not on Node B.
>>
>> Any clues?
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> [email protected]
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> [email protected]
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>


-- 
Regards,
Rahul

-- 
You received this message because you are subscribed to the Google Groups 
"rabbitmq-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rabbitmq-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to