What is point-to-point messaging?
With point-to-point message passing the sending application/client establishes a named message queue in the JMS broker/server and sends messages to this queue. The receiving client registers with the broker to receive messages posted to this queue. There is a one-to-one relationship between the sending and receiving clients.
Location: http://www.jguru.com/faq/view.jsp?EID=788 Created: Nov 10, 1999 Modified: 1999-11-10 16:29:49.264 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) With point-to-point message passing the sending application/client establishes a named message queue in the JMS broker/server and sends messages to this queue. The receiving client registers with the broker to receive messages posted to this queue. There is a one-to-one relationship between the sending and receiving clients.