The scheduled message forwarding processor is a message processor that consumes messages in a message store and sends them to an endpoint . If a message is successfully delivered to the endpoint, the processor deletes the message from the message store. In case of a failure, it will retry after a specified interval.
...
Parameter Name | Description | Required |
---|---|---|
Name | The name of the scheduled message forwarding processor. | Yes |
Endpoint name | The endpoint to which the scheduled message forwarding processor should forward messages. | Yes |
Message Store | The message store from which the scheduled message forwarding processor consumes messages. | Yes |
Processor state (is.active ) | Activate (true ) or Deactivate (false ) | Yes |
Forwarding interval (interval ) | Interval in milliseconds in which processor consumes messages. If both Cron Expression and Forwarding Interval are specified in the configuration, Cron Expression will precede the Forwarding Interval. | No (The default value is 1000) |
Retry interval ( | Message retry interval in milliseconds. | No (The default is value is 1000) |
Non retry http status codes (non.retry.status.codes ) | The parameter based on which the message processor decides if it needs to retry. If the HTTP status code of the response is specified as a non retry http status code, it will not retry. | No |
Maximum redelivery attempts ( | Maximum redelivery attempts before deactivating the processor. This is used when the backend server is inactive and the ESB tries to resend the message. | No (The default value is |
Drop message after maximum delivery attempts (max.delivery.drop ) | If this parameter is set to The Maximum Delivery Attempts parameter can be used when the backend is inactive and the message is resent. | No (The default value is Disabled) |
Axis2 Client repository ( | The location path of the Axis2 Client repository path. This repository is the location where services and modules reside.Noused when it is needed to process messages prior to sending them to the endpoint. | No (The default value is |
Axis2 Configuration ( | The location path of the Axis2 Configuration file to be used to send messagesprocess messages prior to sending them to the endpoint. | No (The default value is |
Reply sequence name ( | The name of the sequence where the message reply should be sent. | No |
Fault sequence name ( | The name of the sequence where the fault message should be sent to in case of a SOAP fault. | No |
Deactivate sequence name ( | The deactivate sequence that will be executed when the processor is deactivated automatically. Automatic deactivation occurs when the maximum delivery attempts is exceeded and the Drop message after maximum delivery attempts parameter is disabled. | No |
Quartz configuration file path ( | The Quartz configuration file path. This properties file contains the Quartz configuration | No |
Cron Expression ( | Interval in milliseconds in which processor consumes messages. If both Cron Expression and Forwarding Interval are specified in the configuration, Cron Expression will precede the Forwarding Interval. | No |
Task Count (Cluster Modemember.count )
| The requirednumber of worker nodes when youtasks that need to run the processor in more than 1 worker node.be created for this message processor. Specifying this will not guarantee that the processor will run onin each worker node. There can be instances where the processor will not run in some workers nodes. | No (The default value is 1) |
...