[rabbitmq-discuss] Content Filter
Michael Klishin
mklishin at gopivotal.com
Wed Oct 16 17:00:49 BST 2013
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
More information about the rabbitmq-discuss
mailing list