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]
# 1

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

amy.kang at 2007-7-1 14:08:41 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 2
Unfortunately I've got the same problem. The point is how to provide a valid PROVIDER_URL-String when trying to access from a local Windows client to a remote Solaris server. Any suggestions?
708607 at 2007-7-1 14:08:41 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...