JNDI lookup from Windows using File-system store on Unix?
I've set up a ConnectionFactory in an Object Store. I'm using a File-system store.Broker is running on a Solaris box.
I want to connect from a client running on a Windows machine. I'm trying to do a JNDI lookup on the ConnectionFactory.
Is this possible?
If so, what is the JNDI naming syntax?
Thanks
Scott
[354 byte] By [
707038] at [2007-11-25 8:12:56]

Your File-system Object Store should be in a place
accessible by your client application. Then you can
specify JNDI properties
java.naming.factory.initial
java.naming.provider.url
for the initial context. There are examples in
<install-directory>/examples/jms directory.
The ConnectionFactory object you created should
have broker hostname and port (if not default)
specified.
amy