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: false
        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
      • getFailureStrategy

        public String getFailureStrategy()
        Gets the failure-strategy value from the configuration. Attribute Name: failure-strategy Description: Specify the failure strategy to apply when a message produced from an AMQP message is nacked. Accepted values are `fail` (default), `accept`, `release`, `reject`, `modified-failed`, `modified-failed-undeliverable-here` Default Value: fail
        Returns:
        the failure-strategy