Hi,
Sometimes, the data sent by client is received by the broker in two
RECEIVED events as shown below. Whereas, they should be just one continuous
message from the client. In such cases, the Handler code (i.e.extension of
IoHandlerAdapter) never receives control. This is seen as a timeout by the
client and it terminates the connection. Why does this happen and what can
I do to fix this ?

202175 [NioProcessor-4] INFO org.apache.mina.filter.logging.LoggingFilter -
RECEIVED: HeapBuffer[pos=0 lim=28 cap=1024: 30 24 00 18 66 69 6E 61 6E 63
65 2F 69 62 6D 2F...]
202214 [NioProcessor-4] INFO org.apache.mina.filter.logging.LoggingFilter -
RECEIVED: HeapBuffer[pos=0 lim=10 cap=512: 31 39 30 33 2E 39 39 32 34 35]

Reply via email to