Re: HTTP Transport Configuration with Tomcat

2009-01-15 Thread Dejan Bosanac
Hi, the http transport is implemented with jetty server, so there is no way run it with Tomcat. Note that http transport is not just a web application / servlet and cannot be used out the ActiveMQ. As for the client question, your client using hhtp transport should behave as any regular JMS clien

Re: HTTP Transport Configuration with Tomcat

2009-01-14 Thread msatyadi
Yes, the application requires things to work across default http/https connection. We cannot require the users of our application to punch holes on their firewall to enable tcp communication over the default activeMQ port. Dejan Bosanac wrote: > > Hi, > > is there any particular reason you p

Re: HTTP Transport Configuration with Tomcat

2009-01-14 Thread Dejan Bosanac
Hi, is there any particular reason you prefer the http transport over the default tcp one? Http transport has many drawbacks and if you have Java clients, tcp should be the way to go. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning