Hey,
I got several questions regarding this issue
1) ActiveMQ after installed and started also starts Jetty? Jetty is running on port 80? (the environment where my application is going to be installed already running Apache, so there can't be another web server on port 80...)
2) I have managed successfully post and get messages from queue using java on my machine using following url: http://localhost:8161/demo/message/FOO/BAR. Application will be running on remote machine, where only port 80 is opened.. Is it possible with JAX-RS to create restful web service, which is going to serve queue content on port 80 when I'm just going to access for example the following url: /demo/message/FOO/BAR ?
3) Is there a lot of complex configuration needed to be done on web.xml of ActiveMQ or another files to make this working?
Thanks a lot!