How can I create Connection object to JBoss Messaging broker without using 
JNDI....


in ActiveMQ I would use
                ActiveMQConnectionFactory factory = new 
ActiveMQConnectionFactory(url);
  |             connection = factory.createConnection();        

I couldn't find anything similar in the JBoss APIs...

JBossConnectionFactory needs some kind of delegate... and I couldnt find a way 
to put my url in!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068804#4068804

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068804
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to