[jboss-user] [JBoss Messaging] - How to create Connection object without using JNDI?

linnuxxy do-not-reply at jboss.com
Mon Jul 30 12:40:49 EDT 2007


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



More information about the jboss-user mailing list