Hi, it can be used with various "network" protocols, such as tcp, ssl, http and such. Stomp is a different "messaging" protocol and is not compatible with JMS.
Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Aug 9, 2010 at 10:11 AM, sjavadeveloper <[email protected]> wrote: > > Thanks for you reply. > > I was under the impression that the JMS API could be used with different > protocols, such as Stomp. Is this not the case? > > > Dejan Bosanac wrote: >> >> Hi, >> >> JMS and Stomp APIs are two different things and you cannot use stomp >> transport over JMS API. If you want to use Stomp from Java (but I'd >> always recommend JMS API), you can you this >> http://activemq.apache.org/stomp.html#Stomp-JavaAPI >> >> Cheers >> > > -- > View this message in context: > http://old.nabble.com/ActiveMQ-%28JMS-API%29-hangs-when-trying-to-start-connection-over-Stomp-tp29356464p29385644.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >
