Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-396

Missing documentation for AMQP over SSL

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      Missing documentation for how to configure AMQP over SSL.

      Configuration for amqp like:

      • export ACTIVEMQ_SSL_OPTS = -Djavax.net.ssl.keyStore=/path/to/broker.ks -Djavax.net.ssl.keyStorePassword=password

      Better for this is configuration by .xml like on activemq page http://activemq.apache.org/how-do-i-use-ssl.html

      <amq:sslContext>
            <amq:sslContext
                  keyStore="server.keystore" keyStorePassword="password"
                  trustStore="client.keystore" trustStorePassword="password"/>
      </amq:sslContext>
      

            smumford_jira Scott Thomas (Inactive)
            dlenoch@redhat.com Dominik Lenosi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: