Re: Question about REST and to subscribing Topics

2012-08-09 Thread Dejan Bosanac
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

Question about REST and to subscribing Topics

2012-08-08 Thread Chris Williams
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