I have an ActiveMQ instance with transport connectors as follows:
<transportConnector name="local" uri="tcp://localhost:61616"/>
<transportConnector name="ssl" uri="ssl://0.0.0.0:61617"/>

Is it possible to require authentication on the ssl connector but allow
anonymous authentication on the local connector? I don't have complicated
authorisation rules, I could just give admin access to anyone who
successfully connects by either route.

John

Reply via email to