Class RabbitListenerAttribute
Inheritance
System.Object
RabbitListenerAttribute
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitListenerAttribute : Attribute
Constructors
|
Edit this page
View Source
RabbitListenerAttribute(String[])
Declaration
public RabbitListenerAttribute(params string[] queues)
Parameters
Type |
Name |
Description |
System.String[] |
queues |
|
Properties
|
Edit this page
View Source
AckMode
Declaration
public string AckMode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Admin
Declaration
public string Admin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AutoStartup
Declaration
public string AutoStartup { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Binding
Declaration
public string Binding { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Bindings
Declaration
public string[] Bindings { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
Concurrency
Declaration
public string Concurrency { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ContainerFactory
Declaration
public string ContainerFactory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ErrorHandler
Declaration
public string ErrorHandler { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Exclusive
Declaration
public bool Exclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Priority
Declaration
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Queue
Declaration
public string Queue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Queues
Declaration
public string[] Queues { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
ReplyPostProcessor
Declaration
public string ReplyPostProcessor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ReturnExceptions
Declaration
public string ReturnExceptions { get; set; }
Property Value
Type |
Description |
System.String |
|