WebLogic Server 6.0.0 Code Examples, BEA Systems, Inc.

Package examples.jms

The examples in this package show how to set up JMS objects for access to JMS queues and topics, and how to send and receive messages.

See:
          Description

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.
 

Package jms Description

The examples in this package show how to set up JMS objects for access to JMS queues and topics, and how to send and receive messages.

Detailed procedures for building, configuring, and running each example are provided as part of the documentation accompanying each example.


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

Copyright © 2000 BEA Systems, Inc. All rights reserved.