Key: CatTaskWebServerMessageUrl

From Catglobe Wiki
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol>

Key: CatTaskWebServerMessageUrl

Syntax

<add key="CatTaskWebServerMessageUrl" value="tcp://[HOST]:[PORT]/[SERVICENAME]"/>

[HOST]: host is the IP address (or DNS name if a local DNS server is available) of the server where the message service is installed.

[PORT]: this is the port number of that the message service uses for communication. Services for different versions will have different port numbers.

[SERVICENAME]: specifies the remoting name of the external service. This setting must be identical to the one in the CatTaskService.exe.config file for the service.

Purpose

Remoting url of the messageservice of the cattask service. The key contain host, port and name of the remove service, just like the normal cattask service url

Example of key

<add key="CatTaskWebServerMessageUrl" value="tcp://localhost:10001/CatTaskService_54_UnitTest_WebHostChannel.rem"/>