[rabbitmq-discuss] Content Filter

Alvaro Videla videlalvaro at gmail.com
Wed Oct 16 17:06:23 BST 2013


RabbitMQ doesn't inspect message contents while routing.

You could do either what Michael says or have a consumer that does the
filtering and then publishes to second exchange using different routing
keys, based on the message content.

Regards,

Alvaro


On Wed, Oct 16, 2013 at 11:00 AM, Michael Klishin <mklishin at gopivotal.com>wrote:

> On 16 Oct 2013, at 19:56, zur <zur at jajah.com> wrote:
>
> > I need to do a  ContentFilter
> > <http://www.enterpriseintegrationpatterns.com/ContentFilter.html>   for
> > certain clients, meaning if a specific client want a message I need to
> > remove some data from it and for other clients I need to deliver the
> message
> > unmodified, is this kind of filtering is supported by RabbitMQ?
>
> You can develop a custom exchange type that would do such filtering.
> This is not difficult but requires at least a little bit of Erlang
> knowledge.
>
> MK
>
>
>
> _______________________________________________
> 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/20131016/c5880e1a/attachment.htm>


More information about the rabbitmq-discuss mailing list