On 1/23/12 1:53 PM, Robert Tomczyk wrote:
2012/1/22 Emmanuel Lécharny<elecha...@apache.org>

First try to get rid of the executor, and see if it works better.

If you really need to use an executor, we can discuss further the reason
you need it, and then what are your options.


-- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Ok so after removing executor it still doesnt work as should. Its basicly
the same. Messages are delivered randomly, sometimes they are, sometimes
after request for second time, sometimes they arent at all. And again, only
happens when im trying to send MessageC (as a mention before). And maybe
its a stupid question but can message POJO contain a table (int,long,byte)?

It's up to you. MINA won't see anything but byte[] when it will try to send the data to the remote peer, so if your codec does not convert your data structure to byte[] in the codec, then MINA won't do it for you.

It seems you have some issue in your encoder/decoder.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to