If a network bridge is to be established to another broker's ssl transport as in
<networkConnector duplex="true" dynamicOnly="true" name="to-A" networkTTL="2" uri="static://(ssl://localhost:61626)" >
and the other broker is configured for
<jaasDualAuthenticationPlugin configuration="activemq-domain" sslConfiguration="activemq-ssl-domain"/>
then the network bridge will fail. Note the network connector does not set username and password but is supposed to be authenticated via its SSL certificate.
- cloned to
-
AMQ-5943 Loading...