Versions Compared

Key

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

...

The internal routing engine should be optimized. See more details at Camel 2.x Speed optimizations.

Support for asynchronous transactions

When using the asynchronous routing engine it would be desirable of transactional context could be propagated to the new threads.
This requires the TX manager supports suspend/resume on the TX. G.Nodet have worked a bit on this. See CAMEL-2902. Also see CAMEL-2729.

Remove @deprecated

@deprecated features, methods, etc. is to be removed.

...