you can perhaps use this processor in your route to compute the recipientList yourself, add it in the header them proceed with the recipient-list pattern
On Thu, Jun 14, 2012 at 9:58 PM, Tyler Durvik <[email protected]> wrote: > Yes. I want to dynamically build recipient list, but all the > destinations will be camel processor. I see examples where you parse > a header using a comma (","), or a java.util.List of strings but not > processors. I am trying to build the list dynamically inside a bean. > > > > > On Thu, Jun 14, 2012 at 3:50 PM, Vincent Nonnenmacher > <[email protected]> wrote: > > you means this <http://camel.apache.org/recipient-list.html> is not what > > you're looking for ? > > > > > > On Thu, Jun 14, 2012 at 9:08 PM, Tyler Durvik <[email protected]> > wrote: > > > >> Is it possible to send a message to a group of Camel processors using > >> a recipient list ? I have looked through the documentation and cannot > >> find an example of this. > >> >
