Table of Contents

Class RabbitMessageHeaders

Namespace
Steeltoe.Messaging.RabbitMQ
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public static class RabbitMessageHeaders
Inheritance
RabbitMessageHeaders
Inherited Members

Fields

APP_ID

public const string APP_ID = "rabbit_appId"

Field Value

string

BATCH_FORMAT_LENGTH_HEADER4

public const string BATCH_FORMAT_LENGTH_HEADER4 = "lengthHeader4"

Field Value

string

BATCH_SIZE

public const string BATCH_SIZE = "amqp_batchSize"

Field Value

string

CHANNEL

public const string CHANNEL = "internal_channel"

Field Value

string

CLUSTER_ID

public const string CLUSTER_ID = "rabbit_clusterId"

Field Value

string

CONSUMER_QUEUE

public const string CONSUMER_QUEUE = "internal_consumerQueue"

Field Value

string

CONSUMER_TAG

public const string CONSUMER_TAG = "internal_consumerTag"

Field Value

string

CONTENT_ENCODING

public const string CONTENT_ENCODING = "rabbit_contentEncoding"

Field Value

string

CONTENT_LENGTH

public const string CONTENT_LENGTH = "internal_contentLength"

Field Value

string

CONTENT_TYPE

public const string CONTENT_TYPE = "contentType"

Field Value

string

CORRELATION_ID

public const string CORRELATION_ID = "rabbit_correlationId"

Field Value

string

DELAY

public const string DELAY = "rabbit_delay"

Field Value

string

DELIVERY_MODE

public const string DELIVERY_MODE = "rabbit_deliveryMode"

Field Value

string

DELIVERY_TAG

public const string DELIVERY_TAG = "rabbit_deliveryTag"

Field Value

string

EXPIRATION

public const string EXPIRATION = "rabbit_expiration"

Field Value

string

FINAL_RETRY_FOR_MESSAGE_WITH_NO_ID

public const string FINAL_RETRY_FOR_MESSAGE_WITH_NO_ID = "internal_FinalRetryForMessageWithNoID"

Field Value

string

LAST_IN_BATCH

public const string LAST_IN_BATCH = "amqp_lastInBatch"

Field Value

string

MESSAGE_COUNT

public const string MESSAGE_COUNT = "internal_messageCount"

Field Value

string

MESSAGE_ID

public const string MESSAGE_ID = "rabbit_messageId"

Field Value

string

PREFIX

public const string PREFIX = "amqp_"

Field Value

string

PRIORITY

public const string PRIORITY = "rabbit_priority"

Field Value

string

PUBLISH_CONFIRM

public const string PUBLISH_CONFIRM = "amqp_publishConfirm"

Field Value

string

PUBLISH_CONFIRM_CORRELATION

public const string PUBLISH_CONFIRM_CORRELATION = "amqp__publishConfirmCorrelation"

Field Value

string

PUBLISH_CONFIRM_NACK_CAUSE

public const string PUBLISH_CONFIRM_NACK_CAUSE = "amqp_publishConfirmNackCause"

Field Value

string

PUBLISH_SEQUENCE_NUMBER

public const string PUBLISH_SEQUENCE_NUMBER = "internal_PublishSequenceNumber"

Field Value

string

RABBIT_PROPERTY

public const string RABBIT_PROPERTY = "rabbit_"

Field Value

string

RAW_MESSAGE

public const string RAW_MESSAGE = "amqp_raw_message"

Field Value

string

RECEIVED_DELAY

public const string RECEIVED_DELAY = "rabbit_receivedDelay"

Field Value

string

RECEIVED_DELIVERY_MODE

public const string RECEIVED_DELIVERY_MODE = "rabbit_receivedDeliveryMode"

Field Value

string

RECEIVED_EXCHANGE

public const string RECEIVED_EXCHANGE = "rabbit_receivedExchange"

Field Value

string

RECEIVED_ROUTING_KEY

public const string RECEIVED_ROUTING_KEY = "rabbit_receivedRoutingKey"

Field Value

string

RECEIVED_USER_ID

public const string RECEIVED_USER_ID = "rabbit_receivedUserId"

Field Value

string

REDELIVERED

public const string REDELIVERED = "rabbit_redelivered"

Field Value

string

REPLY_TO

public const string REPLY_TO = "rabbit_replyTo"

Field Value

string

RETURN_EXCHANGE

public const string RETURN_EXCHANGE = "amqp_returnExchange"

Field Value

string

RETURN_REPLY_CODE

public const string RETURN_REPLY_CODE = "amqp_returnReplyCode"

Field Value

string

RETURN_REPLY_TEXT

public const string RETURN_REPLY_TEXT = "amqp_returnReplyText"

Field Value

string

RETURN_ROUTING_KEY

public const string RETURN_ROUTING_KEY = "amqp_returnRoutingKey"

Field Value

string

SPRING_AUTO_DECOMPRESS

public const string SPRING_AUTO_DECOMPRESS = "springAutoDecompress"

Field Value

string

SPRING_BATCH_FORMAT

public const string SPRING_BATCH_FORMAT = "springBatchFormat"

Field Value

string

SPRING_REPLY_CORRELATION

public const string SPRING_REPLY_CORRELATION = "spring_reply_correlation"

Field Value

string

SPRING_REPLY_TO_STACK

public const string SPRING_REPLY_TO_STACK = "spring_reply_to"

Field Value

string

TARGET

public const string TARGET = "internal_Target"

Field Value

string

TARGET_METHOD

public const string TARGET_METHOD = "internal_TargetMethod"

Field Value

string

TIMESTAMP

public const string TIMESTAMP = "rabbit_timestamp"

Field Value

string

TYPE

public const string TYPE = "rabbit_type"

Field Value

string

USER_ID

public const string USER_ID = "rabbit_userId"

Field Value

string

X_DEATH

public const string X_DEATH = "x-death"

Field Value

string

X_DELAY

public const string X_DELAY = "x-delay"

Field Value

string