Trying to connect client to JMS server
Hello,
I'm trying to do a client program that reads messages from a queue placed in another machine.
The queue is running in a machine using SunONE MQ 3.0, and broker is running in port 7979. I'm using a File System Object Store on this machine.
Is it possible to create a client program (on a different machine) that listens to this queue? I know it's possible if the JMS uses LDAP Object Store, but I don't know if that's possible when we use File System Object Store.
In case it's possible, which properties should I use to initialize InitialContext() and do the context.lookup()?
Thanks

