Show / Hide Table of Contents

    Class ActivityTagNames

    Contains the name of tags added to the Activity.

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

    Fields

    MessageDestination

    The name of the tag that contains the destination of the message (i.e. the name of the endpoint).

    Declaration
    public const string MessageDestination = "messaging.destination"
    Field Value
    Type Description
    string

    MessageId

    The name of the tag whose value identifies the message.

    Declaration
    public const string MessageId = "messaging.message_id"
    Field Value
    Type Description
    string
    Remarks

    For Kafka the tag value will be in the form topic[partition]@offset.

    SequenceId

    The name of the tag that contains the sequence identifier (e.g. the BatchSequence or ChunkSequence identifier).

    Declaration
    public const string SequenceId = "messaging.sequence_id"
    Field Value
    Type Description
    string
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini