[rabbitmq-discuss] Question about Federation, Status is running but no message?

Simon MacMullen simon at rabbitmq.com
Wed Jul 24 10:18:06 BST 2013


On 23/07/13 23:59, vantheshark wrote:
> What I'm trying to do is setup a federation so that all messages published
> to an exchange on virtual host / will go to virtual host "UAT" on the same
> single RabbitMQ node.
>
> This is my steps:
>
> 1/ Web UI	
> Navigate to Admin > Federation Upstreams > Add a new upstream. Enter
> "my-upstream" next to Name, "amqp://localhost/UAT" next to URI, and 36000000
> next to Expiry. Click Add upstream.

You've done it the wrong way round. Messages flow from the upstream to 
the downstream - therefore you've set things up so that messages 
published on "UAT" get forwarded to "/".

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list