Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.x
-
None
Description
Supposing we need the queue A to give us the best performance and it's acceptable for low chance of losing messages while the other queue B provides the most reliable message delivery and it's better it's store has no single-point failure.
If we can assign the store of the queue A to kahadb while for the queue B is jdbc(database cluster) it's easy to solve this problem.
In other words,different destinations can assign different store to meet different requirements.