Class RabbitMessageHeaders
Contains the constants with the names of the RabbitMQ specific message headers used by Silverback.
Inheritance
System.Object
RabbitMessageHeaders
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
public static class RabbitMessageHeaders
Fields
| Improve this doc View sourceRoutingKey
The header that will be filled with the routing key (if defined via RabbitRoutingKeyAttribute for the message being produced).
Declaration
public const string RoutingKey = "x-rabbit-routing-key"
Field Value
Type | Description |
---|---|
System.String |