Configuring Task Client in Integration Server or Microservices Runtime Containers
When running Integration Server or Microservices Runtime as Docker containers, you can modify the WmTaskClient
package configuration on container startup using the application.properties
file for the Integration Server or Microservices Runtime container.
The following sample lists the configuration properties, that the WmTaskClient package
supports and the syntax to use when including WmTaskClient settings in the
application.properties
file for an Integration Server or Microservices Runtime container:
taskclientproperty.taskclientretries=0
taskclientproperty.taskclientusejms=false
taskclientproperty.taskclientimpersonateacl=Admins
taskclientproperty.taskclientuser=Administrator
taskclientproperty.taskclientpassword=PASS
taskclientproperty.taskclienttimeout=60000
taskclientproperty.taskserver=REMOTE_MWS
taskclientproperty.taskclienturl=http\://MWS_HOST\:8585
taskclientproperty.taskclientretries=5
taskclientproperty.taskclientretrydelay=1000
The WmTaskClient properties
correspond to the following user interface fields: taskclientusejms
- Use JMStaskclientimpersonateacl
- Integration Server ACL containing users allowed to impersonatetaskclientuser
- Task Server Usernametaskclientpassword
- Task Server Passwordtaskclienttimeout
- Socket Timeout (milliseconds)taskserver
- Task Servertaskclienturl
- Task Server URLtaskclientretries
- Number of Retries on Service Failuretaskclientretrydelay
- Delay Between Service Retries (milliseconds)
For more information about the WmTaskClient configuration options, see Configuring the WmTaskClient Package. For more information about using Integration Server and Microservices Runtime packages with Docker, see IBM webMethods Integration Server Administrator’s Guide.