I have this on my wish list for quite some time, but never managed to find time to do it :(
I originally looked at other design protocol you've made http://activemq.apache.org/rest-protocols.html but this one is much more complete. This RESTful protocol you defined for queues could be implemented for topics as well (making it universal API) or am I missing something? BTW. Do you think Jersey is the better route than CXF JAX-RS implementation? Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net James Strachan wrote: > Agreed. One day it'd be great to support a true hi-REST API for > ActiveMQ along these lines... > > http://activemq.apache.org/restful-queue.html > > then folks could RESTfully interact in a reliable manner with ActiveMQ > in a clean hi-rest way without requiring cookies etc. > > If anyone fancies taking a stab at this; please use JAX-RS which rocks > (and Jersey seems the best implementation around). > >