Метод | Описание | |
---|---|---|
Connection ( ConnectionName name, IAmAChannelFactory channelFactory, |
Initializes a new instance of the Connection class.
|
public Connection ( ConnectionName name, IAmAChannelFactory channelFactory, |
||
name | ConnectionName | The name. |
channelFactory | IAmAChannelFactory | The channel factory to create channels for Consumer |
dataType | Type of the data. | |
channelName | paramore.brighter.serviceactivator.ChannelName | The channel name |
routingKey | string | The routing key |
noOfPerformers | int | The no of performers. |
timeoutInMilliseconds | int | The timeout in milliseconds. |
requeueCount | int | The number of times you want to requeue a message before dropping it |
requeueDelayInMilliseconds | int | The number of milliseconds to delay the delivery of a requeue message for |
unacceptableMessageLimit | int | The number of unacceptable messages to handle, before stopping reading from the channel |
isDurable | bool | The durability of the queue |
isAsync | bool | |
Результат | System |