>>> If you server receives a message, this message will be associated with a >>> session. If you have changed the session before the handler (ie, in a >>> filter), then the messageReceived( session, message ) will not allow you >>> to send back the response to the correct session.
Thanks. This confirms my guess. >>> Question : why don't you store the original session into your message, >>> so that you can send it back to the emitter ? I dont have the capability to include the session in the request to the server. However part of the response has an echoed data that can be correlated with the original request. I was wondering How I can extend Mina to do this correlation. Regards. -- View this message in context: http://apache-mina.10907.n7.nabble.com/Understanding-Apache-Mina-2-Request-Response-mapping-tp42337p42350.html Sent from the Apache MINA User Forum mailing list archive at Nabble.com.
