You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Jaspreet Kaur <jk...@quark.com> on 2015/10/27 13:51:27 UTC

How to subbscribe message that contains particular property match via active mq REST Apis

Hi,
I am using REST API
http://localhost:8081/api/message/MyQueue5?type=queue&body=name=jack;age=23
to publish my message.


Now I want only those messages that have name=Smantha.

http://localhost:8081/api/message/MyQueue5?type=queue....header with
selector: name=Smantha doesnot work.

How should I publish message if my message has name value pairs like
p1=v1;p1=v2;p3=v3......

And how should I create my selector ?

--Jaspreet





--
View this message in context: http://activemq.2283324.n4.nabble.com/How-to-subbscribe-message-that-contains-particular-property-match-via-active-mq-REST-Apis-tp4703403.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.