Thứ Năm, 8 tháng 6, 2017

[RabbitMQ] Enable Automatic Connection Recovery

1
2
3
4
5
6
7
var connection = new ConnectionFactory
{
    HostName = [HostName],
    UserName = [UserName],
    Password = [Password],
    AutomaticRecoveryEnabled = true
}.CreateConnection();

Không có nhận xét nào :

Đăng nhận xét