All Examples  This Package  JMS Examples

Class examples.jms.sessionpool.MsgListener

examples.jms.sessionpool.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.

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

Constructor Index

 o MsgListener(Session)
When creating message listeners, a constructor is called with the listener's session object.

Method Index

 o onMessage(Message)

Constructors

 o MsgListener
 public MsgListener(Session session)
When creating message listeners, a constructor is called with the listener's session object. If a matching constructor does not exist, the default (no argument) constructor is called.

Methods

 o onMessage
 public void onMessage(Message msg)

All Examples  This Package  JMS Examples