Hi all, is it possible to configure a transport connectors that requires and other one that does not require authentication in the config file ? Here is my actual connectors configuration:
<transportConnectors> <transportConnector name="default" uri="tcp://localhost:61616"/> <transportConnector name="stomp+ssl" uri="stomp+ssl://localhost:61613"/> </transportConnectors> Thanks !