[rabbitmq-discuss] Prevent to deliver a message to a certain consumer

Valentin BERNARD vbernard42 at gmail.com
Wed Dec 14 15:05:31 GMT 2011


Hi,

I think that would be the "no-local" property of basic.consume, but
RabbitMQ doesn't support it. I can't really see other ways to emulate
that behavior easily...

Cheers,

Valentin.

On 14 déc, 15:18, bill_mar... at freenet.de wrote:
> Hi,
>
>
>
> I am writing an application which allows users to communicate with each other via RabbitMQ.
>
> Each user-application contains a producer and a receiver to publish or receive messages to/from a direct exchange. Each user can bind to a "chat-room".
>
>
>
> Imagine two users (UserA and UserB). UserA binds to "chatRoom1" and UserB binds to "chatRoom1".
>
> If UserA publishes a message in "chatRoom1" the consumer of the user-application from UserB and the consumer of the user-application from UserA gets the message.
>
>
>
> I want to prevent that a user gets his own messages to reduce network traffic.
>
> Is it possible?
>
>
>
> Thanks in advance for your help!
>
>
>
> Kind regards,
>
> Bill
> ---E-Mail ist da wo du bist!Jetzt mit freenetMail ganz bequem auch unterwegs E-Mails verschicken.
> Am besten gleich informieren unterhttp://mail.freenet.de/mobile-email/index.html
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list