Just a bit more information on what I'm trying to do. I want to create a new process that will host REST end points for creating topics/queue and for publishing messages. This will just be a plain old linux process. I don't want to making WAR / servelet containers as described in the documentation. All I need is for a lightweight HTTP service to start as well when the process starts which will allow me to define my own topic create / queue create / publish message end points.
-- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html