cancel
Showing results for 
Search instead for 
Did you mean: 

Small question on message processing

Former Member
0 Kudos

What is numberRetries,retryInterval,persistDuration and timeout during message processing.What are the default values.

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi,

PFB details:

xiadapter.inbound.numberRetries.default --> Default: 3

xiadapter.inbound.retryInterval.default --> Default: 300000

xiadapter.inbound.persistDuration.default --> Default: 2592000000

xiadapter.inbound.timeout.default --> Default: 180000

Refer:

Properties for Service SAP XI Adapter: XI - Configuration of Usage Type Process Integration (PI) - S...

Regards,
Azhar

Former Member
0 Kudos

Hi Experts,

For Async Message

Number Retries-It defines how often an async message with quality of service EOIO should be resent in case of a delivey error.

Default Values=3

Retry Interval-Defines how long the messaging should wait before the next retry

Default Values=5min(300000msec)

Persist Duration-Specifies how long the message should be kept in the message database

Default Values=30days(25920000000msec)

For sync message

Timeout is only relevant for synchronous messages

It defines how long the XI adapter waits for the sync response message before returning a MessageExpiredException

Default Values = 3Mon(180000msec)

Thanks

Kumar

Answers (0)