You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Hossein <ma...@csc.com> on 2010/10/10 20:03:42 UTC

JMS Selector

Hello,

Is jms selector option working with camel 2.2?
Trying to set into jms header an id (e.g.
exchange.getOut().setHeader("clientid", "someid") that could be used later
to retrieve data (e.g. 
from("activemq:queue:somequeue?selector=clientid='someid'").to(someOtherQueue).

However, I'm having difficulty and was wondering if anyone else has had
issues. 

---
Hossein Amerkashi
-- 
View this message in context: http://camel.465427.n5.nabble.com/JMS-Selector-tp3206691p3206691.html
Sent from the Camel - Users mailing list archive at Nabble.com.