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.

-
MsgListener() -

This Package Previous Next
-
onMessage(Message) -

MsgListener public MsgListener()

onMessage public void onMessage(Message msg)
All Examples This Package JMS Examples