Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.5.1
-
None
-
None
Description
In case where we want to replicate both virtual topics and their respectable queues over network of brokers, we need to ignore topic messages on remote broker to avoid duplicates messages in queues.
The idea is to introduce new configuration parameter
<virtualTopic name=">" local="true"/>
which will make that interceptor handle only locally-produced messages.