메소드 | 설명 | |
---|---|---|
Create ( string channelName, string routingKey, bool isDurable, ushort preFetchSize = 1, bool highAvailability = false ) : IAmAMessageConsumer |
Creates the specified queue name.
|
|
SqsMessageConsumerFactory ( |
Initializes a new instance of the SqsMessageConsumerFactory class.
|
public Create ( string channelName, string routingKey, bool isDurable, ushort preFetchSize = 1, bool highAvailability = false ) : IAmAMessageConsumer | ||
channelName | string | Name of the channel. |
routingKey | string | The routing key. |
isDurable | bool | if set to |
preFetchSize | ushort | Number of items to read from the queue at once |
highAvailability | bool | Our are queues high-availablility |
리턴 | IAmAMessageConsumer |
public SqsMessageConsumerFactory ( |
||
credentials | ||
리턴 | Amazon.Runtime |