cancel
Showing results for 
Search instead for 
Did you mean: 

How guaranteed delivery works in XI

Former Member
0 Kudos

AE is trying to send a message 3 times by default. I think it is not enough for production system.

Is it possible to set up parameters for max attempts, interval and so on for AE? How to set up these parameters for Integration Engine? (When XI Adapter is used)

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Sergey,

>>>Is it possible to set up parameters for max attempts, interval and so on for AE?

sure it is:

two parameters in the XI apdater confing:

- xiadapter.inbound.numberRetries.default

- xiadapter.outbound.numberRetries.default

you can access this configuration from Visual Admin

and change it from the default 3 to some other value

remember to:

- update them

- save changes

- restart the XI adpater service

hope this is what you were looking for:)

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

hI,

in addition to number of retries there is a parameter for the interval, by default it is set to 3mins, you could increase this to ur desired limit.

Remember Having a higher retry count and retry interval can have a very big performance imfact on ur XI system.

Cheers,

Naveen

Answers (0)