Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.19.0, 3.20.0, 3.20.1
-
None
-
Unknown
Description
Cased by CAMEL-18466 where a new health check is introduced for the SQS component.
The component creates it own client, but does so incorrectly as it fails to detect if a client is injected.
Also, the client is created for every invocation of the health check which is not very efficient, a better solution would be to pass in the SqsClient to the health check itself.
Attachments
Issue Links
- is caused by
-
CAMEL-18131 camel-health - Add health checks for components that has extension for connectivity verification
- Resolved
- links to