I have integrated ActiveMQ. ActiveMq connectionfactory has been bound to the JNDI name '
java:activemq/QueueConnectionFactory'.
11:21:03,670 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding
,name=activemq/QueueConnectionFactory' to JNDI name 'java:activemq/QueueConnectionFactory'
In the client I am trying to do the JNDI lookup of the connection factory.
ic = new InitialContext();
cf = (ConnectionFactory)ic.lookup("activemq/QueueConnectionFactory");
I am getting
I am going
