public interface JmsConnectionExceptionResolver
connection exception, which might lead to reconnection logic
execution.| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.connection.ConnectionException> |
resolveException(Throwable e)
Decide whether the exception thrown by the client should be considered as a
connection exception |
Optional<org.mule.runtime.api.connection.ConnectionException> resolveException(Throwable e)
connection exceptione - The exception thrown by the third-party JMS client.connection exceptionCopyright © 2023. All rights reserved.