0 Replies Latest reply on Mar 4, 2016 6:32 AM by ksr3017

    Switchyard.xml structure corresponding to JBoss-esb.xml

    ksr3017

      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>