Re: Sending Exchange to Multiple HTTP endpoints

2015-11-29 Thread yogu13
Will choose between Wire Tap <http://camel.apache.org/wire-tap.html> or Multicast <http://camel.apache.org/multicast.html> Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Sending-Exchange-to-Multiple-HTTP-endpoints-tp5774480p5774542.ht

Sending Exchange to Multiple HTTP endpoints

2015-11-27 Thread James Green
I'm curious how others might do this. On the Exchange I can dynamically build a list of URIs (web hooks, basically) that need the body of this message. First attempt: add this list to a known header and pass it into recipient list: recipientList(header('webHooksList')) Sadly I also need to