Examples of connectivity
REST
-
ActiveMQ implements a REST-ful API to messaging which allows any web capable device to publish or consume messages using a regular HTTP POST or GET.
-
Mapping of REST to JMS
-
ActiveMQ has a Servlet that takes care of the integration between HTTP and the ActiveMQ dispatcher
-
You can map a URI to the servlet and then HTTP POST to:
http://www.acme.com/queue/orders/input
-
You can perform a HTTP GET on the same URL to read the same queue