On 4 September 2014 at 22:25:49, Mauricio Porras (
maurici...@gmail.com) wrote:
> 1) create two virtual host (branch, server)
> 2) create two users ( branch_user, server_user) and added permission
> for each vhost respectively
> 3) added Federation Upstreams (web UI) following documentation
>
https://www.rabbitmq.com/federation.html
> it means under my /server vhost (for this I need to allow guest
> user to have access to /server vhost (if not it shows me an error)
> 4) added the policy by selection /server vhost and following
> documentation
https://www.rabbitmq.com/federation.html
> 5) Go to federation status and it shows multiple running links
> and with "running" status (on green)
>
> then I put my worker to listen to /server vhost..... go to my client
> app and push some messages to my /branch vhost...the messages
> are never show in the /server vhost :( ( If I point my worker to /branch
> vhost the messages are processed correctly)