Endpoints located on separate windows 10 servers

So we are developing multiple endpoints to be deployed to 3 separate servers. In one scenario, an endpoint on server A might send a message to Server B. In the past we defined the locations for the endpoints in the app.config files as:

Messages="Adapter.Messages" Endpoint="Adapter.Input@AppDv"

@AppDv being the machine name.

Since we have moved away from app.config to specify message routing (now using the transport.Routing()), is there a way to specify where the endpoints are located since they will be on separate machines?

Thanks!
Brenton

Hi Brenton,

You need an instance mapping file that specifies the machine instances, or use the extensions.

Regards,
Dennis

1 Like