Hi!
I'm interesting in transactions in SMX.
Imagine following situation:
I have 2 components:
1) CXF-BC, 2) CXF-SE.
CXF-SE component has some logic and depending on result of execution of
that logic we can have SUCCESS of ERROR (FAULT) status.
The issue: in case ERROR(FAULT) it is needed to retry sending message
from 1) to 2) after some timeout.
Is it possible to achieve it somehow (probably, by using transactions)
in SMX?
I'm not sure if it is exactly transaction I mean, but the main feature
is to control of exchange-cycle after geeting FAULT in some node/step of
routing.
1)--(send exchange)-->2)--(do some logic and send status)--->1).
In general I can have more than 2 service-units in cycle.
Any ideas of handling this issue?
What possibilities I have to handle it?
Thanks in advance.
Truly yours,
Ivan Pryvalov.