Herbert, you might try the hub and one of the spoke broker.xml that I posted in 
this topic.
You should then publish and subscribe on topics with a name that starts with 
‘cms’, if you don’t want to change the address-policy:
````
            <address-policy name="address-federation" max-hops="3" >
               <include address-match="cms#" />
            </address-policy>
````
Better then also remove the max-hops attribute, or else reduce it to 1.

Reply via email to