Class RabbitRoutingKeyAttribute
The value of the property decorated with this attribute will be used as routing key. The routing key can be used by RabbitMQ to route the messages to the proper queue.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class RabbitRoutingKeyAttribute : Attribute