On Tue, Oct 27, 2009 at 3:14 PM,  <[email protected]> wrote:
> Well, I use version 2.0M6 and I have trouble with the order of filters.
> I created a protocol encoder/decoder and some filters. The filters
> extend IoFilterAdapter and overwrite messageReceived/Sent.
> This works well for for inbound messages, the protocol is used first
> and than the filters are used on their order.
> The trouble starts outbound. I would expect that the filter chain is
> processed in the reverse order but id did not! The filters are called
> in the same order as the for the inbound messages. Is this the designed
> behaviour? Any ideas?


This is how it works today :-(

This is going to change in 3.0, where we plan to have different chains
for incoming and outgoing messages.
It shall be a while before you get to use 3.0

thanks
ashish

Reply via email to