javax.jms
Interface MessageListener


public interface MessageListener

A MessageListener object is used to receive asynchronously delivered messages.

Each session must insure that it passes messages serially to the listener. This means that a listener assigned to one or more consumers of the same session can assume that the onMessage method is not called with the next message until the session has completed the last call.


Method Summary
 void onMessage(Message message)
          Passes a message to the listener.
 

Method Detail

onMessage

void onMessage(Message message)
Passes a message to the listener.

Parameters:
message - the message passed to the listener


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.