Can someone tell me how this all worked out?
I'm using spring-integration-1.0.2.SR1
I have a similar need. I need to essentially "multicast" a message out to many channels. Each of the "many" channels has the need to filter/validate/transform etc.
I was thinking of using the RecipientListRouter but I believe this thread points me to the Publish Subscribe channel.
However, the reference documentation in regards to the Publish Subscribe channel says this: "This is most often used for sending Event Messages whose primary role is notification as opposed to Document Messages which are generally intended to be processed by a single consumer"
Keith


Reply With Quote
