I've got two AMQ classic instances connected via <networkConnectors>:

AMQ1:

 <networkConnector  uri="static:(ssl://amq.apps.192-168-2-14.nip.io:61616)"
>
                <dynamicallyIncludedDestinations>
                    <queue physicalName="openunison.k8s.obj.dr1" />
                </dynamicallyIncludedDestinations>
            </networkConnector>

AMQ2:
            <networkConnector  uri="static:(ssl://
amq.apps.192-168-2-89.nip.io:61616)" >
                <dynamicallyIncludedDestinations>
                    <queue physicalName="openunison.k8s.obj.dr" />

                </dynamicallyIncludedDestinations>
            </networkConnector>

Messages pushed to openunison.k8s.obj.dr get forwarded as expected and are
processed by the remote queue and the client of the remote queue.  The
problem is that the queue instances use overlapping names, so a message
sent to AMQ1 --> AMQ2 and is processed by a consumer on AMQ2.  Is there a
way to limit forwarding to specific queue names only?  If not, is there a
way to rename the ActiceMQ.DLQ?

Thanks
Marc

Reply via email to