Class AmqpConnectorIncomingConfiguration

    • Constructor Detail

      • AmqpConnectorIncomingConfiguration

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

      • getBroadcast

        public Boolean getBroadcast()
        Gets the broadcast value from the configuration. Attribute Name: broadcast Description: Whether the received AMQP messages must be dispatched to multiple _subscribers_ Default Value: false
        Returns:
        the broadcast
      • getDurable

        public Boolean getDurable()
        Gets the durable value from the configuration. Attribute Name: durable Description: Whether AMQP subscription is durable Default Value: true
        Returns:
        the durable
      • getAutoAcknowledgement

        public Boolean getAutoAcknowledgement()
        Gets the auto-acknowledgement value from the configuration. Attribute Name: auto-acknowledgement Description: Whether the received AMQP messages must be acknowledged when received Default Value: false
        Returns:
        the auto-acknowledgement