Problem:
- Product Name: VisiBroker
- Product Version: 5.x and above
- Product Component: Osagent (Smart Agent)
- Platform/OS Version: All supported platforms
How to specify a the UDP and TCP ports for client handlers in Osagent?
Resolution:
From Osagent version 5.x onwards, the environment variables, OSAGENT_CLIENT_HANDLER_UDP_PORT and OSAGENT_CLIENT_HANDLER_TCP_PORT, are not used anymore.
Now it uses one port number for both UDP and TCP client handlers, which is set using the environment variable OSAGENT_CLIENT_HANDLER_PORT.
OSAGENT_CLIENT_HANDLER_PORT determines the port for UDP/TCP communication between the client/server with the OSAgent.
Note that OSAGENT_CLIENT_HANDLER_PORT is equivalent to "vbroker.agent.clientHandlerPort" property.
#SmartAgent
#UDP
#VisiBroker
#osagent
#Security
#tcp
#clientHandlerPort




