Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update deprecation warning
Info

This page applies to Java Broker versions before 0.12. For the master copy of this documentation see the SSL section in the Java documentationup to date details refer to the Qpid JMS client documentation and the Broker Ports section with the Java Broker book.

Using SSL connection with Qpid Java.

...

Code Block
titleAdditions required to Connector Section
borderStylesolid

<ssl>
    <enabled>true</enabled>
    <sslOnly>true</sslOnly>
    <keystorePath>/path/to/keystore.ks</keystorePath>
    <keystorePassword>keystorepass</keystorePassword>
</ssl>

...