How JMS works?
843830Feb 16 2006 — edited Feb 21 2006Hi,
I am new to JMS, now I'm reading an implementation of JMS interfaces and got some problems.
In a point to point case, a node creates its own Connection, connnection creates the send session and receive session, send session creates a send queue and receive creates a receive queue.
Another node do exactly the same, but how does the two node get message from each other's queue?
the source locates at:
http://sourceforge.net/projects/mantaray
Thanks in advance.