Hi all,
I am using servicemix 3.3.1, and have a question regarding flow
types. Let’s say I have a default configuration:
...
<sm:flows>
<sm:sedaFlow />
<sm:jmsFlow jmsURL="${activemq.url}" />
<sm:jcaFlow connectionManager="#connectionManager"
jmsURL="${activemq.url}" />
</sm:flows>
...
How does servicemix decide which flow to use for a particular
exchanges? Logs at the debug level show me that only seda flow is
used. As I understand, in this case messages are in-memory only and
cannot survive a server restart?
Karolis Petrauskas