Versions Compared

Key

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

Anchor
top
top

Following diagrams are my understanding of the ServiceMix architecture based on a study of the source code. Enjoy – PS.

...

  • The flow implementation of abstract doSend Method determines how the message sending mechanism works

goto top

Anchor
stflow
stflow

STFlow

STFlow = "Straight Through" Flow. This is the simplest mechanism. There is no staging or buffering.

sequence diagram

goto top

Anchor
sedaflow
sedaflow

SedaFlow

...

  • When the SedaQueue Worker (run Method) finds (dequeues) an ME, it processes it in another JCA Worker thread created solely for that purpose

goto top

Anchor
jmsflow
jmsflow

JMSFlow

coming soon

goto top