[rabbitmq-discuss] Bindings
Alvaro Videla
videlalvaro at gmail.com
Mon Jun 3 11:47:27 BST 2013
Hi,
The exchange "lives" inside the server.
A binding is a new entry in RabbitMQ's internal database, and yes, whenever
a message arrives, the exchange will consult that database to find the list
of queues that matches the routing rules imposed by the exchange type.
Regards,
Alvaro
On Mon, Jun 3, 2013 at 12:12 PM, Tamir Agamy <tamiragamy at gmail.com> wrote:
> Hello,
>
> I am new to RabbitMQ and have a few questions about the subscribing
> process.
>
> I have followed the tutorials and I'm having trouble understanding a few
> things:
> 1. Where does the subscribing process begins, where does it end?
> 2. When binding a queue, what really happens? is the binding information
> being forward via the
> server to the exchange, where it is entered to a binding list? or is
> the information saved at the
> server and the exchange has to inquire the server whenever it gets a
> message from the producer?
>
> I would love some information on this manners.
>
> With regards,
> Tamir
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130603/30ec226f/attachment.htm>
More information about the rabbitmq-discuss
mailing list