Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | JMS Marshalling | Inbound Marshalling | Program Control Flow for Inbound Marshalling
 
Program Control Flow for Inbound Marshalling
The program control flow for an inbound marshalling object is as follows:
1. Consult the userData object for any context information that may be needed.
2. Use the WmMessageFactory object to create a message of the appropriate type.
3. Iterate over the fields of the event and set the appropriate fields or properties in the JMS message.
4. Return the message.