Class AmqpConnectorOutgoingConfiguration

    • Constructor Detail

      • AmqpConnectorOutgoingConfiguration

        public AmqpConnectorOutgoingConfiguration​(org.eclipse.microprofile.config.Config config)
        Creates a new AmqpConnectorOutgoingConfiguration.
    • Method Detail

      • getDurable

        public Boolean getDurable()
        Gets the durable value from the configuration. Attribute Name: durable Description: Whether sent AMQP messages are marked durable Default Value: true
        Returns:
        the durable
      • getTtl

        public Long getTtl()
        Gets the ttl value from the configuration. Attribute Name: ttl Description: The time-to-live of the send AMQP messages. 0 to disable the TTL Default Value: 0
        Returns:
        the ttl
      • getUseAnonymousSender

        public Boolean getUseAnonymousSender()
        Gets the use-anonymous-sender value from the configuration. Attribute Name: use-anonymous-sender Description: Whether or not the connector should use an anonymous sender. Default Value: true
        Returns:
        the use-anonymous-sender