org.exolab.jms.messagemgr
Interface QueueListener

All Known Implementing Classes:
QueueBrowserEndpoint

public interface QueueListener

QueueListeners are attached to QeueuDestinationCaches and are informed when new messages arrive.

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:04 $
Author:
Jim Alateras

Method Summary
 void onMessage(MessageImpl message)
          This method is called when a new message is added to a queue cache
 

Method Detail

onMessage

public void onMessage(MessageImpl message)
This method is called when a new message is added to a queue cache
Parameters:
message - - message added to cache


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.