org.codehaus.activemq.message
Interface MessageAcknowledge

All Known Implementing Classes:
ActiveMQSession

public interface MessageAcknowledge

Called when a Message is Acknowledged


Method Summary
 void acknowledge()
          Acknowledge receipt of this message
 

Method Detail

acknowledge

public void acknowledge()
                 throws JMSException
Acknowledge receipt of this message

Throws:
JMSException - if an error occurs


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.