I have servicemix-camel 3.2.2 snapshot in my ServiceMix 3.2.1 instance.
I need to implement JMS Consumer which subscribe to a topic but only accept
a message based on selection criteria specified in messageSelector. My
message contains a property which is a List object containing String
elements. My JMS consumer need to accept a message based on the contents in
the List. I am not able to figure out how to write a message selection
criteria for it in a single string. I have implemented similar logic in
Camel in Java using header("userPrincipals").contains("portal") but not sure
on how to what to set in message selector.
Please advice.
Thanks in advance,
Sandeep Reddy
--
View this message in context:
http://www.nabble.com/help-with-JMSConsumer-message-selector--tp18033749p18033749.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.