This content has been marked as final.
Show 1 reply
-
1. Re: ActiveMQ and REST API withTopics
garytully Jun 5, 2012 11:40 AM (in response to ziller_olivier.ziller)durable subscriptions are not currently supported via the REST/AJAX/Servlet API.
You could look at Virtual Topics as a means of providing a queue per subscriber on the broker, such that your intermittent clients become queue consumers rather than durable topic subscriptions. This has the benefit of allowing more than one consumer if you need that.