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 examples I saw were queue based and I didn't see anything about an persistent HTTP connection not using a web browser.
Thanks Chris