Versions Compared

Key

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

...

When the the message is out of date, a ValidationException is thrown. To make it a little elegant, you may use doTry...doCatch...doFinally to wrap it up and specify a queue to store the invalid messages.

Simpify your test by using Web Console

To run a test, you can create a file holding the message above and throw it into the directory. However, Web Console can help to simplify your operations. Go to the endpoints page by directing your browser to: http://localhost:8080/endpointsImage Added and you can see the file://src/data?noop=trueImage Added endpoint. Just open it and then select the Send to this endpoint link for inputing your message. Web Console will save your message as a file in the directory: src/data, and camel will process the message file then.

Source code

Attachments
patterns.*Sample.zip