All Examples  This Package  JMS Examples

Class examples.jms.startup.MsgListener


examples.jms.startup.MsgListener


public class MsgListener
The WebLogic Server can be configured to manage a pool of message listeners. Messages matching a particular selection criteria are processed in parallel by listeners in the pool. This feature is described in chapter 8 of the JMS Specification, version 1.0.1. This class is used by the PoolReceive example.

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

Constructor Index

 o MsgListener()

Method Index


    This Package  Previous  Next 
 o onMessage(Message)

Constructors

 o MsgListener

 public MsgListener()

Methods

 o onMessage

 public void onMessage(Message msg)


All Examples  This Package  JMS Examples