The documentation (JBoss Admin pg 230) just has a file name.  Do  you know what the 
format might be to list the properties?

I also tried this technique, but keep getting a NoInitialContexException.

     Properties prop = new Properties();
  |      
prop.setProperty("INITIAL_CONTEXT_FACTORY","fr.dyade.aaa.jndi2.client.NamingContextFactory");
  |      prop.setProperty("PROVIDER_URL","joram://localhost:16400");
  |      prop.setProperty("OBJECT_FACTORIES","javax.jms.QueueConnectionFactory");
  |      
  |      ictx = new InitialContext(prop);
  |      
  |      ConnectionFactory cnxF = 
(TcpConnectionFactory)TcpConnectionFactory.create("localhost", 16010);
  |      Connection cnx = cnxF.createConnection();
  |      Session session = cnx.createSession(true, 0);
  |      
  |      org.objectweb.joram.client.jms.Queue dest = 
(org.objectweb.joram.client.jms.Queue) ictx.lookup("MyQueue");
  |      ictx.close();
  | 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849185


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to