|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
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. |
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.
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |