Multiple channel's message comes into single channel
问题 i am fresher of Spring Integration, i am confuing one question which i have multiple channels but now i want to assemble messages from those channel into single channel, how to implement it ? my senario is that i have lots of businees modues and each module will corresponding to one channel, those channels will receive the request then assemble the message into one single channel , then output to the jms server: is below code possible ? <channel id='a'/> <bridge input-channel='a' out-channel=