Software requirements

Is it possible to connect to a broker without using JNDI? I can't seem to find an example and the docs won't get me any further.regards,juan
[163 byte] By [Juan_van_den_Anker] at [2007-9-30 22:28:28]
# 1
yes, it is possible. depends on who your broker is.some jms providers let you work without using the jndi at all.
cptnimo at 2007-7-7 12:51:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
I've managed to connect without using JNDI using SonicMQ as a broker (by using SonicMQ connection api), but I am wondering if this is possible using standard JMS calls to connect to, for instance, to SonicMQ.
Juan_van_den_Anker at 2007-7-7 12:51:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
No.There is no other "standard" way to connect to JMS Broker other than JNDI.BTW, is there any specific reason for not using JNDI ?
Bhuvan at 2007-7-7 12:51:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...