I have a need to take the XML payload from a message in a queue, duplicate it X times based on a configuration, modify the value of an element for each message to a different value, and send each to the same destination.
It seem like based on the documentation I want something like a splitter (actually a duplicator) in conjunction with a content enricher. What patterns would you suggest to implement this? Thanks. -- View this message in context: http://www.nabble.com/Message-Duplicator-tp18062628s22882p18062628.html Sent from the Camel - Users mailing list archive at Nabble.com.
