Hi, I am new to ActiveMQ and after reading through activeMQ's documentation, I realize that there are multiple ways of deploying ActiveMQ.
In my system, I have a backend server which would fire off STOMP messages to ActiveMQ. I have two ways to consume messages: one via java code and the other one via AJAX. For the Java consumer, it would be best if I can have it hooked up somehow with ActiveMQ so I don't need to start a seperate process. The Java code would store the messages into DB and AJAX would publish the messages to the web UI. Given this setting, what is the best way of deploying ActiveMQ? Should I deploy activeMQ within Jetty using Spring and deploy my Java code as bean? Any suggestion will be greatly appreciated. Thanks in advance for all your help. JB