|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.jms.startup.MsgListener
This example implements the message listener interface. 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 class is used by the PoolReceive example.
| Constructor Summary | |
MsgListener()
|
|
| Method Summary | |
void |
onMessage(javax.jms.Message msg)
Message listener interface. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MsgListener()
| Method Detail |
public void onMessage(javax.jms.Message msg)
onMessage in interface javax.jms.MessageListenermsg - message
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||