| JMS Examples Summary |
| Queue |
Establishes a connection to and receive messages from a JMS queue. |
| Topic |
Establishes a connection to and receive messages from a JMS topic. |
| Draw Demo |
Illustrates key concepts of the JMS publish/subscribe model using a
graphical example. |
| Sender Servlet |
Sends a JMS message from a Java servlet. |
| Trader Servlet |
Sends a buy or sell message to a topic from a Java servlet. The client
receives the messages and invokes an EJB to process the message. |
| Startup Class |
Establishes a JMS message consumer from a WebLogic startup class. |
| Message
Format |
Demonstrates a stock trade transaction as an XML document being sent
to a JMS destination. |
Detailed procedures for building, configuring, and running each example
are provided as part of the documentation accompanying each example.