|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
See:
Description
Class Summary | |
JMSDrawDemo | This graphical example illustrates key concepts of the JMS publish/subscribe model. |
This graphical example illustrates key concepts of the JMS publish/subscribe model. Run the example to observe the behavior of transacted sessions, persistent messages, and durable subscribers.
Each JMSDrawDemo instance displays a canvas. When you click the mouse on a canvas, an icon is placed at that location and the mouse coordinates are published in a message and delivered to the JMS topic. When other instances of the application receive a message from the topic, they display an icon at the specified coordinates. As you click on one canvas, the other canvasses duplicate the arrangement of icons.
Follow the instructions provided in JMSDrawDemo to build, configure, and run the example.
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |