Hi Chris,
REST API doesn't support durable topic subscribers. But there's a
couple of ways to achieve that:
- use virtual topics (http://activemq.apache.org/virtual-destinations.html)
- as you're planning to use Apache HttpClient, you can consider using
http protocol
(http://activemq.apache.org/
Is it possible to configure ActiveMQ so I can "subscribe" to a jms
topic persistently using the REST HTTP protocol? I would like to
create a program that uses Apache HttpClient to connect to a REST
based ActiveMQ URL that is tied to a topic and receive any message
that is published. Most of the e