ActiveMQ is a JMS 1.1 provider, so you can use the JMS API. See the  Hello
World  example. You need the ActiveMQConnectionFactory as the starting point
into the JMS API - it implements the JMS ConnectionFactory interface.  You
can either instantiate it directly (like HelloWorld) or you can look it up
from  JNDI .  From there on in, you should only need to reference interfaces
that are part of the JMS API.
--
View this message in context: 
http://www.nabble.com/Can-JMS-API-be-used-with-ActiveMQ-t1738309.html#a4725901
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to