Class SpringRabbitMQConstants


  • public final class SpringRabbitMQConstants
    extends Object
    • Field Detail

      • ROUTING_OVERRIDE_KEY

        @Metadata(description="To override the endpoint configuration\'s routing key.",
                  javaType="String",
                  label="producer")
        public static final String ROUTING_OVERRIDE_KEY
        See Also:
        Constant Field Values
      • EXCHANGE_OVERRIDE_NAME

        @Metadata(description="To override the endpoint configuration\'s exchange name.",
                  javaType="String",
                  label="producer")
        public static final String EXCHANGE_OVERRIDE_NAME
        See Also:
        Constant Field Values
      • REDELIVERED

        @Metadata(description="Whether the message was previously delivered and requeued.",
                  javaType="Boolean",
                  label="consumer")
        public static final String REDELIVERED
        See Also:
        Constant Field Values
      • DELIVERY_TAG

        @Metadata(description="Delivery tag for manual acknowledge mode.",
                  javaType="long",
                  label="consumer")
        public static final String DELIVERY_TAG
        See Also:
        Constant Field Values
      • EXCHANGE_NAME

        @Metadata(description="The exchange name that was used when publishing the message.",
                  javaType="String",
                  label="consumer")
        public static final String EXCHANGE_NAME
        See Also:
        Constant Field Values
      • ROUTING_KEY

        @Metadata(description="The routing key that was used when publishing the message.",
                  javaType="String",
                  label="consumer")
        public static final String ROUTING_KEY
        See Also:
        Constant Field Values
      • DELIVERY_MODE

        @Metadata(description="The message delivery mode.",
                  javaType="MessageDeliveryMode",
                  enums="NON_PERSISTENT,PERSISTENT")
        public static final String DELIVERY_MODE
        See Also:
        Constant Field Values
      • TYPE

        @Metadata(description="Application-specific message type.",
                  javaType="String")
        public static final String TYPE
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(description="The message content type.",
                  javaType="String")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • CONTENT_LENGTH

        @Metadata(description="The message content length.",
                  javaType="long")
        public static final String CONTENT_LENGTH
        See Also:
        Constant Field Values
      • CONTENT_ENCODING

        @Metadata(description="Content encoding used by applications.",
                  javaType="String")
        public static final String CONTENT_ENCODING
        See Also:
        Constant Field Values
      • MESSAGE_ID

        @Metadata(description="Arbitrary message id.",
                  javaType="String")
        public static final String MESSAGE_ID
        See Also:
        Constant Field Values
      • CORRELATION_ID

        @Metadata(description="Identifier to correlate RPC responses with requests.",
                  javaType="String")
        public static final String CORRELATION_ID
        See Also:
        Constant Field Values
      • REPLY_TO

        @Metadata(description="Commonly used to name a callback queue.",
                  javaType="String")
        public static final String REPLY_TO
        See Also:
        Constant Field Values
      • EXPIRATION

        @Metadata(description="Per-message TTL.",
                  javaType="String")
        public static final String EXPIRATION
        See Also:
        Constant Field Values
      • TIMESTAMP

        @Metadata(description="Application-provided timestamp.",
                  javaType="Date")
        public static final String TIMESTAMP
        See Also:
        Constant Field Values
      • USER_ID

        @Metadata(description="Validated user id.",
                  javaType="String")
        public static final String USER_ID
        See Also:
        Constant Field Values
      • APP_ID

        @Metadata(description="The application name.",
                  javaType="String")
        public static final String APP_ID
        See Also:
        Constant Field Values
      • PRIORITY

        @Metadata(description="The message priority.",
                  javaType="Integer")
        public static final String PRIORITY
        See Also:
        Constant Field Values
      • CLUSTER_ID

        @Metadata(description="The cluster id.",
                  javaType="String")
        public static final String CLUSTER_ID
        See Also:
        Constant Field Values