I would like to implement a system that will send messages to a JMS Queue. I would like to be able to have the messages go from the Queue to a REST web service for insertion into a database. How feasible is this? What are my options with ActiveMQ?
According to the page (http://activemq.apache.org/ajax.html), this should be do-able but there is not alot of information to go on with this page. Any help would be greatly appreciated.