Hello guys,
I'm trying to create a fan-out pattern solution in ALSB in which I have one proxy service for incoming messages and two outbound business services. All messages are to be forwarded to both business services simultaneous but independent from each other, so whenever business service 1 fails messages are still delivered to business service 2. Like in the following situation:
messages ---> proxy service ---> routing table:
all messages ----> business service 1
all messages ----> business service 2
However, when I am trying to use the routing table to define the routing, I am not able to route messages to both business services. In the ALSB console I am obliged to define an IF..THEN..ELSE routing rules. IF condition THEN call BS1 ELSE call BS2.
Can anyone give me a hint how to solve this problem, pls?
Thanks in advance,
Harm