WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jms.startup

This example shows how to establish a JMS message consumer from a WebLogic startup class.

See:
          Description

Class Summary
MsgListener This example implements the message listener interface.
PoolReceive This example shows how to establish a pool of message listeners (MsgListener class) from a startup class.
ServerReceive This example establishes a single message listener.
 

Package examples.jms.startup Description

This example shows how to establish a JMS message consumer from a WebLogic startup class. Startup classes are loaded and executed when the server is first started. The ServerReceive example shows how to establish a single message listener from a startup class. The PoolReceive example shows how to establish a pool of message listeners (MsgListener class) from a startup class. As messages are received from the topic they are displayed in the shell running the WebLogic Server. You can use the TopicSend client to send messages to the topic.

Follow the instructions provided on ServerReceive and PoolReceive to build, configure, and run the example.

There's More...

For more information, see Programming WebLogic JMS.


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

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