Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<activities>

<!-- Mule Seda producer-->
<producer in-process="true" activity-type="Mule-SEDA">
<instrumentation>
<class-name>org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker</class-name>
<method-name>init</method-name>
<match-type>MATCHES_CLASS</match-type>
</instrumentation>
<correlation>
<payload-pointer>
<data-gatherer-type>INVOKED</data-gatherer-type>
<transformer-type>GETTER_METHODS</transformer-type>
<getter-chain>getEvent().getMessage()</getter-chain>
</payload-pointer>
<payload-operation>
<access-type>method</access-type>
<access-method>setStringProperty</access-method>
<param-types>java.lang.String,java.lang.String</param-types>
</payload-operation>
</correlation>
</producer>

<!-- Mule Seda consumer -->
<consumer in-process="true" identify-transaction="true">
<instrumentation>
<class-name>org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker</class-name>
<method-name>doRun</method-name>
<match-type>MATCHES_CLASS</match-type>
</instrumentation>
<correlation>
<payload-pointer>
<data-gatherer-type>INVOKED</data-gatherer-type>
<transformer-type>GETTER_METHODS</transformer-type>
<getter-chain>getEvent().getMessage()</getter-chain>
</payload-pointer>
<payload-operation>
<access-type>method</access-type>
<access-method>removeProperty</access-method>
<param-types>java.lang.String</param-types>
</payload-operation>
</correlation>
</consumer>

</activities>