Class MessageHeaders
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public static class MessageHeaders
- Inheritance
-
MessageHeaders
- Inherited Members
Fields
ClientId
Identifies the client from which the request is being sent
public const string ClientId = "MT-Request-ClientId"
Field Value
ContentType
When a transport header is used, this is the name
public const string ContentType = "Content-Type"
Field Value
ConversationId
ConversationId - MessageEnvelope
public const string ConversationId = "ConversationId"
Field Value
CorrelationId
CorrelationId - MessageEnvelope
public const string CorrelationId = "CorrelationId"
Field Value
EndpointId
Identifies the endpoint that handled the request
public const string EndpointId = "MT-Request-EndpointId"
Field Value
FaultAddress
FaultAddress - MessageEnvelope
public const string FaultAddress = "MT-Fault-Address"
Field Value
FaultConsumerType
The consumer type which faulted
public const string FaultConsumerType = "MT-Fault-ConsumerType"
Field Value
FaultExceptionType
The type of exception from a Fault
public const string FaultExceptionType = "MT-Fault-ExceptionType"
Field Value
FaultInputAddress
The input address of the endpoint on which the fault occurred
public const string FaultInputAddress = "MT-Fault-InputAddress"
Field Value
FaultMessage
The exception message from a Fault
public const string FaultMessage = "MT-Fault-Message"
Field Value
FaultMessageType
The message type from a Fault
public const string FaultMessageType = "MT-Fault-MessageType"
Field Value
FaultRedeliveryCount
The number of times the message was redelivered
public const string FaultRedeliveryCount = "MT-Fault-RedeliveryCount"
Field Value
FaultRetryCount
The number of times the message was retried
public const string FaultRetryCount = "MT-Fault-RetryCount"
Field Value
FaultStackTrace
The stack trace from a Fault
public const string FaultStackTrace = "MT-Fault-StackTrace"
Field Value
FaultTimestamp
The timestamp when the fault occurred
public const string FaultTimestamp = "MT-Fault-Timestamp"
Field Value
ForwarderAddress
The endpoint that forwarded the message to the new destination
public const string ForwarderAddress = "MT-Forwarder-Address"
Field Value
FutureId
Used in routing slip variables to store the correlationId of a future
public const string FutureId = "FutureId"
Field Value
InitiatingConversationId
The initiating conversation id if a new conversation was started by this message
public const string InitiatingConversationId = "MT-InitiatingConversationId"
Field Value
InitiatorId
InitiatorId - MessageEnvelope
public const string InitiatorId = "MT-InitiatorId"
Field Value
MessageId
MessageId - MessageEnvelope
public const string MessageId = "MessageId"
Field Value
MessageType
MessageType - MessageEnvelope
public const string MessageType = "MT-MessageType"
Field Value
OriginalMessageId
When the message is redelivered or scheduled, and a new MessageId was generated, the original messageId
public const string OriginalMessageId = "MT-OriginalMessageId"
Field Value
QuartzTriggerKey
The trigger key that was used when the scheduled message was trigger
public const string QuartzTriggerKey = "MT-Quartz-TriggerKey"
Field Value
Reason
The reason for a message action being taken
public const string Reason = "MT-Reason"
Field Value
RedeliveryCount
The number of times the message has been redelivered (zero if never)
public const string RedeliveryCount = "MT-Redelivery-Count"
Field Value
RequestId
RequestId - MessageEnvelope
public const string RequestId = "RequestId"
Field Value
ResponseAddress
ResponseAddress - MessageEnvelope
public const string ResponseAddress = "MT-Response-Address"
Field Value
SchedulingTokenId
The tokenId for the message that was registered with the scheduler
public const string SchedulingTokenId = "MT-Scheduling-TokenId"
Field Value
SourceAddress
SourceAddress - MessageEnvelope
public const string SourceAddress = "MT-Source-Address"
Field Value
TransportMessageId
The Transport message ID, which is a string, because we can't assume anything
public const string TransportMessageId = "TransportMessageId"