Outbound IDoc in IDocFormat
The OutboundIDocInIDocFormat example shows how to send IDocs in the IDocFormat mode and pass control fields of IDoc as JMS properties.
This example contains two processes, CREMA04_PROC and MATMAS05_PROC.
The configurations of these two processes are the same except for the IDoc type.
The processes are triggered when the Publication Service service publishes an IDoc. The adapter passes the control fields of IDocs as JMS properties. You can check the control fields in the JMS Application Properties activity.
When the Subscription Service service receives this IDoc which the Publication Service service publishes, the WAIT_FOR_MSG_PROC process is triggered to wait for the IDoc confirmation message report originated by this Subscription Service service.