Table of Contents

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

string

Admin

public string Admin { get; set; }

Property Value

string

AutoStartup

public string AutoStartup { get; set; }

Property Value

string

Binding

public string Binding { get; set; }

Property Value

string

Bindings

public string[] Bindings { get; set; }

Property Value

string[]

Concurrency

public string Concurrency { get; set; }

Property Value

string

ContainerFactory

public string ContainerFactory { get; set; }

Property Value

string

ErrorHandler

public string ErrorHandler { get; set; }

Property Value

string

Exclusive

public bool Exclusive { get; set; }

Property Value

bool

Group

public string Group { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Priority

public string Priority { get; set; }

Property Value

string

Queue

public string Queue { get; set; }

Property Value

string

Queues

public string[] Queues { get; set; }

Property Value

string[]

ReplyPostProcessor

public string ReplyPostProcessor { get; set; }

Property Value

string

ReturnExceptions

public string ReturnExceptions { get; set; }

Property Value

string