Hi,
Below is current structure of jboss-esb.xml in my application which I am trying to migrate to switchyard. Can anyone suggest how this would be similar in switchyard. Because in jboss-esb, the messages shared between actions as one actions output to next actions input. Appreciate your help on this. Thanks in advance.
<service>
<listeners>
<jms-listener/>
</listeners>
<actions mep="OneWay">
<action/>
<action/>
<action/>
<action>
<property/>
<property/>
</action>
<action/>
<action/>
<action/>
</actions>
</service>