All Examples  JMS Examples  This Package

package examples.jms.startup

Class Index

  • ServerReceive
  • MsgListener
  • PoolReceive
  • about this package

    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 tropic they are displayed in shell running the WebLogic Server. You can use the TopicSend client to send messages to the Topic.

    Author:
    Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

    there's more...

    Read more about WebLogic JMS in the Developers Guide, Using WebLogic JMS.

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

    Last updated 09/13/1999