Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected typo streamCaching -> streamCache for XML attribute

...

In Spring XML you enable it by setting the streamCachingstreamCache="true" attribute on the route tag.

Code Block
xml
xml
<route streamCachingstreamCache="true">
   <from uri="jbi:service:http://foo.bar.org/MyService"/>
   <to uri="jbi:service:http://foo.bar.org/MyOtherService"/>
</route>

...

The route scope is configured by the streamCache attribute on the <route> tag such as:

Code Block
xml
xml
<route streamCachingstreamCache="true">
   <from uri="jbi:service:http://foo.bar.org/MyService"/>
   <to uri="jbi:service:http://foo.bar.org/MyOtherService"/>
</route>

...