[rabbitmq-discuss] Consume message based on correlation Id

Michael Klishin michael.s.klishin at gmail.com
Thu Jun 6 14:15:15 BST 2013


2013/6/6 antony <antony.pulicken at gmail.com>

> I was actually looking for something that is equivalent to JMS correlation
> ID.
>
>
> http://stackoverflow.com/questions/149037/jms-message-receiver-filtering-by-jmscorrelationid
>

Messaging "filtering" (routing) in RabbitMQ happens between queues, not
consumers.

I'm not a JMS user but it sounds like the solution with temporary queues
and routing keys
used for correlation provide roughly the same functionality.

I also suspect projects such as Spring messaging integration may provide a
higher level interface
that's closer to JMS.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130606/543d2271/attachment.htm>


More information about the rabbitmq-discuss mailing list