Hi Artem,
Your code example above is ideal - it covers what I wanted to achieve in my system.
I also agree with your comments; the extension on the MessageFilterInterceptor shouldn't contain...
Type: Posts; User: petey22uk; Keyword(s):
Hi Artem,
Your code example above is ideal - it covers what I wanted to achieve in my system.
I also agree with your comments; the extension on the MessageFilterInterceptor shouldn't contain...
Certainly - I used the suggested config:
<integration:channel-interceptor pattern="Channel*">
<bean id="interceptor" ...
Hi Mark,
There's a good chance that that will be the approach I'll eventually take - but here's why I would prefer a solution such as I described:
The system I'm working on can be divided into...
Hi Artem,
Thanks for the very quick reply!
For your second option (below), would that still require a chain for each Channel?
<chain input-channel="ChannelA">
<filter...
Hi Guys,
Suppose I have 3 different channels, which come from 3 different sources: ChannelA, ChannelB and ChannelC, and I want each channel to go to some endpoint, say a ServiceActivator:
...