Class RabbitConfigurationArgs


  • public final class RabbitConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • channelMax

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> channelMax()
        Returns:
        Set the maximum permissible number of channels per connection.
      • clusterPartitionHandling

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clusterPartitionHandling()
        Returns:
        Set how the cluster should handle network partition.
      • connectionMax

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> connectionMax()
        Returns:
        Set the maximum permissible number of connection.
      • consumerTimeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> consumerTimeout()
        Returns:
        A consumer that has recevied a message and does not acknowledge that message within the timeout in milliseconds
      • heartbeat

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> heartbeat()
        Returns:
        Set the server AMQP 0-9-1 heartbeat timeout in seconds.
      • instanceId

        public com.pulumi.core.Output<java.lang.Integer> instanceId()
        Returns:
        The CloudAMQP instance ID.
      • logExchangeLevel

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> logExchangeLevel()
        Returns:
        Log level for the logger used for log integrations and the CloudAMQP Console log view. *Note: Requires a restart of RabbitMQ to be applied.*
      • maxMessageSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxMessageSize()
        Returns:
        The largest allowed message payload size in bytes.
      • queueIndexEmbedMsgsBelow

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> queueIndexEmbedMsgsBelow()
        Returns:
        Size in bytes below which to embed messages in the queue index. 0 will turn off payload embedding in the queue index.
      • sleep

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> sleep()
        Returns:
        Configurable sleep time in seconds between retries for RabbitMQ configuration. Default set to 60 seconds.
      • timeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> timeout()
        Returns:
        Configurable timeout time in seconds for RabbitMQ configuration. Default set to 3600 seconds.
      • vmMemoryHighWatermark

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> vmMemoryHighWatermark()
        Returns:
        When the server will enter memory based flow-control as relative to the maximum available memory.