on ‎2019 May 05 7:12 AM
Hi,
I do not want to enable retries on any of the incoming idocs to hybris. However, for all outbound scenarios i.e Sales Order publication to SAP ERP/S4 I want to set up retry mechanism.
I believe the current retry mechanism in datahub is not pool specific. Is there any way I can still achieve all the retry related configuration functionalities but only on selected pool??
Regards
Request clarification before answering.
Hi Rahul, by 'retry mechanism' you are referring to the number of attempted publications for a given item. Correct? This behavior is driven by the value of the datahub.max.publication.retry.count property.
You are correct that this behavior is not pool specific and there exists no out of the box configuration to manage this behavior at the pool level.
One option you can consider is overriding DefaultPublicationRetryService.manageRetriesForPublication(final TargetSystemPublication publication) to make the service take the pool into consideration. You can get a reference to the pool via the TargetSystemPublication which is passed as a method parameter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.