Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How JMS works?

843830Feb 16 2006 — edited Feb 21 2006
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2006
Added on Feb 16 2006
5 comments
178 views