Show / Hide Table of Contents

    Class RabbitMessageHeaders

    Contains the constants with the names of the RabbitMQ specific message headers used by Silverback.

    Inheritance
    object
    RabbitMessageHeaders
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.RabbitMQ.dll
    Syntax
    public static class RabbitMessageHeaders

    Fields

    | Improve this doc View source

    RoutingKey

    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
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini