Versions Compared

Key

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

...

  • Multicast will implicitly cache streams to ensure that all the endpoints can access the message content
  • Dead Letter Channel uses stream caching to ensure that the message content can actually be read again when redelivering a message

Explicitly

...

enabling stream caching

In Apache Camel, you can explicitly enable stream caching in for a single route with the streamCaching DSL method:

...