WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jms.drawdemo

This graphical example illustrates key concepts of the JMS publish/subscribe model.

See:
          Description

Class Summary
JMSDrawDemo This graphical example illustrates key concepts of the JMS publish/subscribe model.
 

Package examples.jms.drawdemo Description

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.

There's More...

For more information on WebLogic JMS, refer to Programming WebLogic JMS.


Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.