Class RabbitMessageHeaders
Contains the constants with the names of the RabbitMQ specific message headers used by Silverback.
Inherited Members
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 |
---|---|
string |