"moonbird79" wrote :
| +- activemq (class: org.jnp.interfaces.NamingContext)
| | +- topic (class: org.jnp.interfaces.NamingContext)
| | | +- inbound (class: org.apache.activemq.command.ActiveMQTopic)
| | +- QueueConnectionFactory (class:
org.apache.activemq.ra.ActiveMQConnectionFactory)
| +- stationInfoQueue (class: org.apache.activemq.command.ActiveMQQueue)
| +- ConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
The following call should work
ConnectionFactory factory = (ConnectionFactory)
ctx.lookup("activemq/QueueConnectionFactory");
What error do you get when this is called?
Does this configuration work in JBoss4.x series?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251949#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...