[MINA] How to get the number of being-processed messages?
---------------------------------------------------------

                 Key: DIRMINA-276
                 URL: http://issues.apache.org/jira/browse/DIRMINA-276
             Project: Directory MINA
          Issue Type: Wish
    Affects Versions: 0.8.2
         Environment: Unix/Window
            Reporter: Phan Thanh Hieu


MINA processes the received messages:
=> Call the MessageDecoder.decode() => ProtocolDecoderOutput.write(Object) => 
SessionHandler.messageReceived(...).

My wish: the kind of messages after call the 
ProtocolDecoderOutput.write(Object) are call the being-processed messages.
=> how would i get the number of being-processed messages at a time?
Do MINA 0.8.2 support my wishing?

I need to know this because my app is a Data Collection => the being-processed 
messages have to be completed before the app has been stopped successfully.

If you have any idea, please advice me.

Regards,
Hieu Phan.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to