Adding gateway properties to an enterprise service
The gateway is the entry point for enterprise service messages, excluding those that are delivered directly from an external queue to the integration queue. An interpreter Java™ class can be implemented that can change the external system (SENDER) or the enterprise service (INTERFACE) and can set other JMS header properties as needed. In the Enterprise Services application, you can set gateway properties either as hard-coded values or by specifying XML tags.
Before you begin
Review the following points about the settings in the Gateway
Properties before you configure the gateway properties:
- If you select the XML Tag check box and leave the Value field null, the gateway uses the name of the root element in the XML message as the value for the corresponding property.
- If you select the XML Tag check box and enter a tag name in the Value field, the gateway uses the value for that tag as the value for the corresponding property.
- If the tag appears multiple times in the XML message, the adapter uses the value of the first occurrence of the tag. If you clear the XML Tag check box and enter a data value in the Value field, the gateway uses that data as the value for the corresponding property.