Versions Compared

Key

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

...

Code Block
langxml
<sm:container flowNames="jms?jmsURL=tcp://localhost:61616/">
  ...
</sm:container>

You can defined several flows by using a comma separated list.

Code Block
langxml
<sm:container flowNames="seda,jms?jmsURL=tcp://localhost:61616/">
  ...
</sm:container>

For more complex configurations, you can define the flow explicitely.

...