Question:
When I enable the Reconnection setting on Mulesoft, why are the default values not persisting in the XML file?
I have to manually make changes in the XML file in order for the properties to populate.
Answer:
Our engineering team has done their investigation and this is working as expected:
Although the XML configuration does not display default values, it still stores them, and everything functions correctly.
The default values can be found here → Reconnection Strategies | MuleSoft Documentation
failsDeployment=false blocking=true frequency=2000 count=2
If you change the default values, they will appear in the XML configuration.
References:
https://docs.mulesoft.com/mule-runtime/latest/reconnection-strategy-about
Comments
Please sign in to leave a comment.