Runtime components : Channels components : Java Client/Server Messaging APIs : Tasks : Using dynamic connections
  
Using dynamic connections
To use dynamic connections, set the following definitions for the CSClient instance in the client dse.ini file:
Set the usedForServerToClientEventNotification field to true. Note that only one client on the client workstation needs this attribute set in this way.
Set permanentConnectionForEvents field to false. The default value is true.
Set the eventsPort field to the port number of the port you want the client to use for listening for events. The default value is 8082.
The following is an example of a CSClient definition in dsesrvce.xml that supports dynamic connections:
<CSClient id="realCSClient"
usedForServerToClientEventNotification="true"
permanentConnectionForEvents="false"
eventsPort="8082"
...
Go up to
Tasks