com.apama.correlator.jms
Event JMSSenderFlushed


A notification event sent to an EPL application in response to a sender flush request.

The application context will receive this event after all the messages already sent by the application at the time of the flush request have been processed and passed to the JMS broker (or dropped, in the case of non-recoverable mapping errors).

This event will be sent to the context that requested message flushing.
See Also:
com.apama.correlator.jms.JMSSender#requestFlush() - 

Member summary
 integerrequestId

The unique request id returned by the flush request.
 stringsenderId

The identifier of sender.
 
Member detail

requestId

            integer requestId
        
The unique request id returned by the flush request.

senderId

            string senderId
        
The identifier of sender.