CICS JEE Inbound resource adapter deployment parameters
The available deployment parameters for the CICS JEE Inbound resource adapter and their effect on the final deployed resource adapter. The tools used to configure these parameters are server specific. The default value is shown where appropriate. Parameters are optional unless indicated as required.
- inboundPort
- Port on which CICS JEE Inbound Resource Adapter listens for incoming requests from CICS. The default port number is 2007.
- maxSessions
- This parameter sets the maximum number of simultaneous sessions that are allowed over the connection. The actual number of sessions used is determined by the connection definition in TXSeries. The value used for maximum sessions is the minimum of the SendCount parameter in the CD stanza of TXSeries and the value supplied in this maxSessions parameter. The default value is 100.
- traceLevel
- The level of trace to be output by the resource adapter. Default is 1. The CICS JEE Inbound
resource adapters support four levels of trace:
Level Trace 0 No trace messages. 1 Exception tracing only (default level). 2 Exception and method entry/exit trace messages. 3 Exception, method entry/exit and debug trace messages.
Restart JEE Server after making changes to any of the parameters.