Created On:  24 March 2011

Problem:

The following table lists the server-side main thread model IIOP_TM/IIOP_TM connection properties used in VisiBroker for Java:

Resolution:

Property
Default
Description
vbroker.se.iiop_tm.host
null
Specifies the host name that can be used by this server engine. The default value, null, means use the host name from the system. Host names or IP addresses are acceptable values.
vbroker.se.iiop_tm.proxyHost
null
Specifies the proxy host name that can be used by this server engine. The default value, null, means use the host name from the system. Host names or IP addresses are acceptable values.
vbroker.se.iiop_tm.scms
iiop_tm
Specifies the list of Server Connection Manager name(s).
vbroker.se.iiop_tm.scm.iiop_tm.manager.type
Socket
Specifies the type of Server Connection Manager.
vbroker.se.iiop_tm.scm.iiop_tm.manager.connectionMax
0
Specifies the maximum number of cache connections on the server. The default value, 0 (zero), implies no restriction.
vbroker.se.iiop_tm.scm.iiop_tm.manager.connectionMaxIdle
0
Specifies the time, in seconds, that the server uses to determine if an inactive connection should be closed.
vbroker.se.iiop_tm.scm.iiop_tm.listener.type
IIOP
Specifies the type of protocol the listener is using.
vbroker.se.iiop_tm.scm.iiop_tm.listener.port
0
Specifies the port number used with the host name property. The default value, 0 (zero), means that the system will pick a random port number.
vbroker.se.iiop_tm.scm.iiop_tm.listener.proxyPort
0
Specifies the proxy port number used with the proxy host name property. The default value, 0 (zero), means that the system will pick a random port number.
vbroker.se.iiop_tm.scm.iiop_tm.listener.portRange
0
This property is effective only when listener.port is greater than 0 (zero). If the listener cannot bind to that port because the port may be in use then the listener will try to bind to the ports in the range [port, port portRange]. If no ports in the range are available then a COMM_FAILURE exception will be thrown.
vbroker.se.iiop_tm.scm.iiop_tm.dispatcher.type
MainThread
Specifies the type of thread dispatcher used in the Server Connection Manager.
vbroker.se.iiop_tm.scm.iiop_tm.
connection.tcpNoDelay
true
When this property is set to false, this turns on buffering for the socket. The default value, true, turns off buffering, so that all packets are sent as soon as they are ready.
vbroker.se.iiop_tm.scm.iiop_tm.
listener.giopVersion
 
1.2
 
This property can be used to resolve interoperability problems with older VisiBroker ORBs that cannot handle unknown minor GIOP versions correctly. Legal values for this property are 1.0, 1.1 and 1.2. For example, to make the nameservice produce a GIOP 1.1 ior, start it like this:
nameserv -VBJprop
vbroker.se.iiop_tp.scm.
iiop_tp.listener.giopVersion=1.1
vbroker.se.iiop_tm.scm.iiop_tm.connection.keepAlive
false
 
Set this property to true to enable TCP KeepAlive option. This property is applicable to 8.5 version only.
 
 
 
Old KB# 33750