com.waveset.adapter.jms
Interface JmsMessageLifeCycleListener


public interface JmsMessageLifeCycleListener

The JmsMessageLifeCycleListener is a listener interface which permits one to be notified of each stage in the life of a JMS message processed by the JMS Listener resource adaper. This is particularly useful for customized logging.

The JMS Listener resource adapter can be configured with the classname of an implementation of this interface. The adapter creates an instance of the implementation class, and calls its lifeCycleEvent to acknowledge the lifecycle events.


Method Summary
 void lifeCycleEvent(JmsMessageLifeCycleEvent event)
          Acknowledges the occurrence of the specified event
 

Method Detail

lifeCycleEvent

public void lifeCycleEvent(JmsMessageLifeCycleEvent event)
Acknowledges the occurrence of the specified event