Hello!
I'm using UIMA AS 2.3.1 with ActiveMQ Broker 5.4.1. My pipeline has the
following structure:
2 Remote AAE that are running in parallel
1 Remote AE that should run serially after the above two has been executed
1 Parent AAE with flow controller that is controlling the above three AE
My flow controller configuration looks like this:
<configurationParameterSettings>
<nameValuePair>
<name>Flow</name>
<value>
<array>
<string>RemoteAAE1,RemoteAAE2</string>
<string>RemoteAE3</string>
</array>
</value>
</nameValuePair>
<configurationParameterSettings>
My problem is that at some point, a message that was sent ONCE to the
pipeline is processed TWICE by the RemoteAE3 and my scenario is that the
RemoteAE3 to process ONCE each individual message.
My questions are:
Q1. Is the configuration correct for my scenario? If NO, please provide
some configurations.
Q2. If the answers for the Q1 is YES, is the described behavior a known
problem of UIMA AS that has been solved in 2.4.0?
I look forward for your answers.
Thank you.
Regards,
Florin