When consuming from a queue using the built-in REST API. Is there a way to
see the properties of the message such as: JMSType,
JMSActiveMQBrokerInTime,...

Note that the API used looks like:
http://<host>:8161/api/message?destination=queue://<queue name>

Is there anything that can be included in the request to get the message
attributes in the response?

Note that for producing a message, it is feasible to include the properties,
by putting them in the request URL, but for consumption, it looks like the
consumer cannot get them.

Thanks



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Activemq-via-REST-consumer-cannot-read-JMS-options-tp4704272.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to