|
Point-to-Point Messaging (Queueing)
To illustrate both Publish-Subscribe and Point-to-Point messaging, let us build a Stock Trader Application. We have a server (represented by the StockServer class) which just keeps sending Stock Quotes to a topic which we call the NASDAQ_Topic.
|
|
Using the JMS point-to-point messaging approach
This article describes the point-to-point messaging approach using WebSphere Application Server's default JMS provider, MQSeries. The MQSeries messaging server implements point-to-point communication.
|
|
A Simple Point-to-Point Example
This section describes the sending and receiving parts of a PTP example and then explains how to compile and run them using the J2EE 1.3 SDK.
|