Posted By:
Nicholas_Whitehead
Posted On:
Saturday, June 23, 2001 06:05 AM
I am not completely sure I understand what you are asking but...
Most JMS implementations store representations of their Queues in JNDI. So the standard is clear but the implementation of JNDI will vary a lot. For example, we are using MQSeries with LDAP, so to look up queues we use: ldap://host: but if you were to use WebLogic, it might be t3://host:.
In conclusion, consult the documentation of your JMS vendor, keeping an eye out for references to the use of JNDI.
//Nicholas