Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.12.2
-
None
-
Unknown
Description
For cases where a jms provider does not provide failover, it would be nice if sjms could provide a way to failover across connections or connectionfactories in the event of a comms failure.
ie: given a broker cluster, being able to choose a cluster member and being able to reconnect to another cluster member in the event of a disconnect would be perfect.
Not sure where best to expose this, having a list of connectionFactories or using some variation of a connection resource manager[1].
In any event, the intent is that the component would hide the fact that the other end (broker) has died if it is configured with alternatives and a reconnect strategy.
Removing the reconnect/failover burden from the application.
[1] http://camel.apache.org/sjms.html#SJMS-connectionresource
Attachments
Issue Links
- is related to
-
CAMEL-6950 camel-sjms: Lacks reconnection logic in case of exception
- Resolved