Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  from("twitter://search?...")
    .setHeader("websocket.sendToAll", "true")
    .to("websocket:camel-tweet?sendToAll=true")

This example is already configured using a testing purpose twitter account named 'cameltweet'. And therefore the example is ready to run out of the box.

...