Show / Hide Table of Contents

Class RabbitMqMessageQueueOptions

Настройки очереди сообщений на основе RabbitMQ.

Inheritance
System.Object
RabbitMqMessageQueueOptions
Namespace:InfinniPlatform.MessageQueue
Assembly:InfinniPlatform.MessageQueue.RabbitMQ.dll
Syntax
public class RabbitMqMessageQueueOptions : object

Constructors

| Improve this Doc View Source

RabbitMqMessageQueueOptions()

Declaration
public RabbitMqMessageQueueOptions()

Fields

| Improve this Doc View Source

Default

Declaration
public static readonly RabbitMqMessageQueueOptions Default
Field Value
Type Description
RabbitMqMessageQueueOptions
| Improve this Doc View Source

SectionName

Declaration
public const string SectionName = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

HostName

Имя/адрес сервера.

Declaration
public string HostName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ManagementApiPort

Порт .

Declaration
public int ManagementApiPort { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxConcurrentThreads

Максимальное количество одновременно обрабатываемых сообщений.

Declaration
public int MaxConcurrentThreads { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxReconnectRetries

Максимальное количество попыток переподключения к серверу RabbitMQ.

Declaration
public int MaxReconnectRetries { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Password

Пароль пользователя.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Port

Порт, прослушиваемый сервером.

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PrefetchCount

Количество сообщений, единовременно передаваемых потребителю.

Declaration
public ushort PrefetchCount { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

ReconnectTimeout

Время между попытками переподключения к серверу RabbitMQ в cекундах.

Declaration
public int ReconnectTimeout { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

UserName

Имя пользователя.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.