DNS SRV lookup is overriding port to use to connect Connection Manager to server

Description

Connection Managers use a specific port to connect to the server. The port to use is specified in conf/manager.xml. However, ConnectionWorkerThread is doing a DNS SRV lookup to find the actual IP address and port to use to connect to the server. The problem is that the DNS SRV lookup is a s2s lookup thus port 5269 is going to be returned thus overriding the CM port.

We just need to do the DNS SRV lookup to find the IP address and ignore the returned port.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created August 4, 2006 at 10:23 PM
Updated August 4, 2006 at 10:24 PM
Resolved August 4, 2006 at 10:24 PM

Flag notifications