This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Properties Reference
Properties provide the means of accessing various types of information regarding a message that passes through the ESB. You can also use properties to control the behavior of the ESB on a given message. Following are the types of properties you can use:
- Generic Properties: Allow you to configure messages as they're processed by the ESB, such as marking a message as out-only (no response message will be expected), adding a custom error message or code to the message, and disabling WS-Addressing headers.
- HTTP Transport Properties: Allow you to configure how the HTTP transport processes messages, such as forcing a 202 HTTP response to the client so that it stops waiting for a response, setting the HTTP status code, and appending a context to the target URL in RESTful invocations.
- SOAP Headers: Provide information about the message, such as the To and From values.
- Axis2 Properties: Allow you to configure the web services engine in the ESB, such as specifying how to cache JMS objects, setting the minimum and maximum threads for consuming messages, and forcing outgoing HTTP/S messages to use HTTP 1.0.Â
- Synapse Message Context Properties: Allow you to get information about the message, such as the date/time it was sent, the message format, and the message operation.
For many properties, you can use the Property mediator to retrieve and set the properties. Additionally, see Accessing Properties with XPath for information on the XPath extension functions and Synapse XPath variables you can use.