I'm having trouble getting an example running using the REST API with ActiveMQ 5.4.0. I've seen several different GET URIs.
The documentation refers to this URI: http://localhost:8161/demo/message/<queue name>?type=queue
Other sources refer to these URIs:
- http://localhost:8161/queue/<queue name>
- http://localhost:8161/demo/message/<queue name>
Which URI is correct? Is there some configuration that I've missed?
Thank you!