Property | Description |
Condition | Conditions are used to specify when the policy has to be executed. You can add multiple conditions with logical operators. Available values are: AND. API Gateway executes this policy when all the configured conditions comply in the respective policy stage OR. This is selected by default. API Gateway executes this policy when any one of the configured conditions complies. Click Add Condition and provide the following information and click Add. Variable. Specifies the variable type with a syntax. Operator. Specifies the operator to use to relate variable and the value. You can select one of the following: Equals Equals ignore case Not equals Not equals ignore case Contains Exists Range Greater Than Less Than Value. Specifies a plain value or value with a syntax. For details about the variables available in API Gateway, see
Variables Available in API Gateway. |
Property | Description |
Connection Alias Name | Name of the connection alias you have configured. You can configure the connection alias under Administration > Messaging section. For details on how to configure the connection alias, see
Messaging. |
Destination Name | Specify the destination to which the request message is sent. |
Destination Type | Specify the destination type to which the request message is sent. |
Reply To Name | Specify the destination to which the response message is sent. |
Reply To Type | Specifies the destination type to which the response message is sent. Select one of the following types: QUEUE. Indicates that the response message is sent to a particular queue. TOPIC. Indicates that the response message is sent to a particular topic. |
Time to Live (ms) | Provide a numeric value that specifies the expiration time (in milliseconds) of the JMS or AMQP message. If the time-to-live is specified as zero, expiration is set to zero, which indicates that the message does not expire. |
Time to Wait (ms) | Defines the time in milliseconds for which API Gateway listens to the Reply To Queue or Topic for the response message. |
Delivery Mode | The message delivery mode for the request message. This is the delivery mode that web service clients must specify in the JMS or AMQP message that serves as the request message for the web service. Select one of the following modes: Non-Persistent. Indicates that the request message is not persistent. The message might be lost if the JMS provider fails. Persistent. Indicates that the request message should be persistent. The message is not lost if the JMS provider fails. |