[rabbitmq-discuss] exchange.bind details

Alexis Richardson alexis at rabbitmq.com
Mon Apr 16 23:33:15 BST 2012


Matthew

Have you tried using direct exchanges?
http://www.rabbitmq.com/tutorials/tutorial-three-python.html

alexis


On Mon, Apr 16, 2012 at 11:24 PM,  <m.luchak at smartasking.com> wrote:
> Hi all,
>
>
>
> Thanks for the help with the STOMP question. I am having difficulties
> understanding the exchange.bind constructor (ticket, destination,
> source).... Could someone please point me to resources?
>
>
>
> I am trying to implement "exchange.bind"
>  (http://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/) to
> allow multiple instances of the same user presence (android, web, desktop)
> to receive notifications.
>
>
>
> Under the exchange->Q model if all three devices are logged in concurrently
> there is no way for all instances to receive messages as they will all be
> logged in on the same Q.
>
>
>
> thanks,
>
> Matthew
>
>
>
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list