Hi,
I've set up my own machine as a JMS host (using Suns Application Server
J2EE RI). In it I specify my machine as "the default" host, set up a connection factory, and Queues (for a point-to-point message).
I have written a few simple messaging apps to send and to listen to messages on my machine.
This all works fine.
Now I want to communicate to a remote host.
How is this host set up? How does my system know the queue name of the remote host? I don't see a connection between the remote host queue name and the remote host IP address.
For example, say HOST_B is listening on queue JMS/HOST_B.
And on HOST_A, my point-to-point sender application wants to send to HOST_B, how does it connect?