Class RabbitListenerAttribute
- Namespace
- Steeltoe.Messaging.RabbitMQ.Attributes
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface, AllowMultiple = true)]
public class RabbitListenerAttribute : Attribute
- Inheritance
-
RabbitListenerAttribute
- Inherited Members
Constructors
RabbitListenerAttribute(params string[])
public RabbitListenerAttribute(params string[] queues)
Parameters
queues
string[]
Properties
AckMode
public string AckMode { get; set; }
Property Value
Admin
public string Admin { get; set; }
Property Value
AutoStartup
public string AutoStartup { get; set; }
Property Value
Binding
public string Binding { get; set; }
Property Value
Bindings
public string[] Bindings { get; set; }
Property Value
- string[]
Concurrency
public string Concurrency { get; set; }
Property Value
ContainerFactory
public string ContainerFactory { get; set; }
Property Value
ErrorHandler
public string ErrorHandler { get; set; }
Property Value
Exclusive
public bool Exclusive { get; set; }
Property Value
Group
public string Group { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Priority
public string Priority { get; set; }
Property Value
Queue
public string Queue { get; set; }
Property Value
Queues
public string[] Queues { get; set; }
Property Value
- string[]
ReplyPostProcessor
public string ReplyPostProcessor { get; set; }
Property Value
ReturnExceptions
public string ReturnExceptions { get; set; }