Код: Выделить всё
rabbitmq:
addresses: host1:5671,host2:5672
ssl:
enabled: true
key-store: classpath:certs/rabbit-client-keystore.p12
key-store-type: PKCS12
key-store-password: ${RABBIT_KEYSTORE_PASSWORD}
trust-store: classpath:certs/rabbit-client-truststore.p12
trust-store-type: PKCS12
trust-store-password: ${RABBIT_TRUSTSTORE_PASSWORD}
algorithm: TLSv1.2
username: ""
password: ""
Подробнее здесь: https://stackoverflow.com/questions/795 ... arter-amqp