RabbitMQ is one of the most popular open-source enterprise messaging systems modelled on the Advanced Message Queuing Protocol (AMQP) standard. This guide covers the Ballerina RabbitMQ module and its public API. This module contains the functionality to support messaging with the RabbitMQ broker (AMQP 0-9-1). It assumes that the most recent version of Ballerina is used and is built on top of the basics. "> API Docs - Record : SecureSocket

Record - rabbitmq : SecureSocket

Configurations for facilitating secure connections.

Fields

  • trustStore TrustStore? (default ())
  • Configurations associated with the TrustStore

  • keyStore KeyStore? (default ())
  • Configurations associated with the KeyStore

  • tlsVersion string (default TLS)
  • TLS version

  • verifyHostname boolean (default true)
  • True if hostname verification should be enabled