outgoing |
True if the connector is sending the messages to the EIS. |
luName |
Name of the Logical Unit to which the connector belongs. |
tpName |
Name of the transaction program. Required only when outgoing="false" |
symbolicDestinationName |
Name of the peer receiving the messages. Required only when outgoing="true" |
manageResponses |
True to have the connector manage the responses. |
establishConversationRetries |
Number of times the connector attempts to create the conversation before
throwing an exception. |
timeBetweenRetries |
Number of milliseconds that the connector waits before retrying to
create the conversation. |
flushMode |
True to remove data from the buffer immediately after sending it. |
confirmMode |
True to require a receipt from the receiver that confirms delivery
of the message. |
synchronousMode |
True if the connector is handling messages synchronously. |
chaining |
True if the connector is using chaining to handle messages that exceed
the maximum RU size. The connector also builds SNA headers from the sent information
message and sends the Change Direction Indicator (CDI) along with a Last In
Chain (LIC). |
establishConversationTimeout |
Number of milliseconds that the connector waits before failing the
attempt to create the conversation. |
userId |
Name of the user for security checks in the Windows NT(R) Communication Server. |
password |
Password associated with the userId. |
userNameJCA |
Name of the user used for JCA security checks. |
passwordJCA |
Password associated with the userNameJCA. |