Skip to content

Explicit set of AddressFamily of AmqpEndpoint does not work #643

Open
@pantonis

Description

@pantonis

When I try to set the Address family of the AmqpEndpoint explicitly to InterNetwork the value still remains Unspecified

ConnectionFactory = new ConnectionFactory()
            {
                HostName = connectionFactorySettings.HostName,
                VirtualHost = connectionFactorySettings.VirtualHost,
                UserName = connectionFactorySettings.Username,
                Password = connectionFactorySettings.Password,
                Port = connectionFactorySettings.Port,
                AutomaticRecoveryEnabled = true
            };

            ConnectionFactory.Endpoint.AddressFamily = System.Net.Sockets.AddressFamily.InterNetwork;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions