org.exolab.jms.messagemgr
Interface QueueListener


public interface QueueListener

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

Version:
$Revision: 1.2 $ $Date: 2005/03/18 03:58:39 $
Author:
Jim Alateras

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

Method Detail

onMessage

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


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