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

[640 byte] By [705852] at [2007-11-25 8:29:47]
# 1

You can connect to a remote broker using either the

LDAP Object Store or the File System Object Store.

You will find information in both the Develper's Guide:

http://docs.sun.com/source/817-0355-10/adminobj.html#34151

and Administrator Guide about the attributes you can use

with the File system Object store:

http://docs.sun.com/source/817-0354-10/adminobj.html#16293

kasso at 2007-7-1 14:58:23 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...