fireEvent only executes the event when the previous event is completed I modified the example of echoserver
in my code I disable the default ThreadModel setting and configure the number of I/O processor thread. and in EchoProtocolHandler.messageReceived I insert the code: Thread.currentThread().sleep(r.nextInt(1000)); ... -- View this message in context: http://www.nabble.com/why-client-received-message-in-order--tf4668688s16868.html#a13357935 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
