I'm trying to determine how best to implement the Dynamic Router pattern using Spring Integration as described here.
The best I can see so far from searching the forums was to use one of the subclasses of AbstractChannelNameResolvingMessageRouter and implement a ChannelResolver.


Reply With Quote