[rabbitmq-discuss] consume messages from exchanges

Adam Kaminiecki adamka at dgt.com.pl
Tue Nov 16 11:46:31 GMT 2010


Thanks for reply and nice tutorial.

Can anybody explain me some variables:
passive
exclusive
nowait


Regards,
     Adam


W dniu 2010-11-15 20:25, Marek Majkowski pisze:
> On Mon, Nov 15, 2010 at 11:43, Adam Kaminiecki<adamka at dgt.com.pl>  wrote:
>> Hi,
>> I have got few questions about consumming practises.
>>
>> Which is better, create new consumer for each queues and exchanges when
>> binding or Can I use 1 consumer?
> You can't create 'a consumer for an exchange'.
>
> Except from that, that's pretty common question. It all depends on your
> design. Often you can have a single queue with one consumer
> and a whole bunch of exchanges and bindings. The other time
> it might be better to have a single exchange and many queues.
>
> That's the whole point of AMQP, you can create topology as you need it.
> So start with something simple, that you feel comfortable with.
>
>> How can I change consumer name which is displayed when using    rabbimqctl
>> -q list_consumers? Is it possible??
>> Can I use 1 consumer queue to bind it to more than  1 exchange?
> Yes, a queue can have multiple bindings.
>
> BTW, have you seen our tutorials?
>
> https://github.com/rabbitmq/rabbitmq-tutorials/blob/master/python/tutorial-one.md
>
> Cheers,
>    Marek
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the rabbitmq-discuss mailing list