Property Name | Description | Default Value |
---|---|---|
worker.concurrency | How many DataConnect engines allowed to run in parallel. Make sure you have the appropriate licensing in place before changing this value. | 1 |
worker.api.port | Must match the value specified for server.port in worker-application.properties | 6000 |
engine.localEngineListenerPort | Port used for DataConnect Engine connection. | 5999 |
engine.localEngineRemoteJvmArgs | JVM Args used when a new DataConnect engine is launched. See DataConnect docs for more information. | -Xms64m -Xmx1g -XX:PermSize=64m -XX:MaxPermSize=256m … |
engine.allowAllExecutables | This must be set to true in order to run EXE steps within an integration process. | false |
engine.executableWhiteList | Whitelist certain executables when allowAllExecutables is set to false. See DataConnect docs for more information. | N/A |
Property Name | Description | Default Value |
---|---|---|
server.port | Port used for Worker API. | 6000 |
Default Value | Default Value | Default Value |
---|---|---|
server.port | Port used for the Worker Control API. | 6001 |