[rabbitmq-discuss] |Spam| Rabbit exchange to exchange implementation
Michael Klishin
mklishin at gopivotal.com
Fri Oct 18 12:20:56 BST 2013
On 18 Oct 2013, at 15:14, "tyger2007 at gmail.com" <tyger2007 at gmail.com> wrote:
> 1)since the central exchange(post exchange) is a topic exchange on the server with multiple clientapps binding their exchange to it , how do I route the messages effectively to consumers that have queues bound to the post exchange based on their binding keys
If messages get to the topic exchange via a fanout exchange and e2e bindings, it is not any different from publishing directly
to the topic exchange.
> 2)if consumer3 was not alive when the message was sent to post exchange , how does the app fetch all the sent messages once he connects to the server .
This has been answered before:
http://rabbitmq.1065348.n5.nabble.com/Fetching-messages-from-exchange-once-I-connect-tp30462p30464.html
MK
More information about the rabbitmq-discuss
mailing list