feat(dal): TaskManagementService - создать задачу в БД и отправить в очередь
This commit is contained in:
@@ -14,4 +14,13 @@
|
||||
/// </summary>
|
||||
ushort? PrefetchCount { get; set; }
|
||||
}
|
||||
|
||||
public class MqSettingsBase : IMqSettings
|
||||
{
|
||||
public string HostName { get; set; } = string.Empty;
|
||||
public string QueueName { get; set; } = string.Empty;
|
||||
public string User { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
public ushort? PrefetchCount { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user