webMethods Adapter Runtime 10.15 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Configuration Variables Templates for Adapter Assets in Microservices Runtime | Adapter Specific Samples | webMethods Adapter for IBM Power
 
webMethods Adapter for IBM Power
Sample Connection Properties
Connection properties follow this pattern:
artConnection.<packageName>.<connectionName>.propertyGroup.property=value
For example:
artConnection.TestPkg_IBM.connections.DQConn1.
connectionEnabled=true
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.blockingTimeout=1000
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.expireTimeout=1000
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.maximumPoolSize=10
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.minimumPoolSize=1
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.poolIncrementSize=1
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.poolable=true
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.startupBackoffSecs=10
artConnection.TestPkg_IBM.connections.DQConn1.
connectionManagerSettings.startupRetryCount=0
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.currentLibrary=PRESS231
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.isSecureConnection=false
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.otherProperties=
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.password=******
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.proxyEncryptionMode=CLIENT_TO_SERVER
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.proxyEndpoint=
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.serviceType=DATAQUEUE
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.socketProperties=
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.systemName=PUB400.COM
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.useDefaultUser=false
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.useProxyServer=false
artConnection.TestPkg_IBM.connections.DQConn1.
connectionSettings.userId=PRESS
Sample Listener Properties
Listener properties follow this pattern:
artListener.<packageName>.<listenerName>.propertyGroup.property=value
For example a keyed listener:
artListener.TestPkg_IBM.Listener.DQList1.
connectionAlias=connections\:DQConn1
artListener.TestPkg_IBM.Listener.DQList1.
listenerEnabled=true
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.keyCompareType=EQ
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.keyLength=10
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.keyType=Text
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.keyValue=hello
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.libraryName=PRESS
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.operationType=
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.queueName=kqueue
artListener.TestPkg_IBM.Listener.DQList1.
listenerSettings.queueType=Keyed
artListener.TestPkg_IBM.Listener.DQList1.
retryBackoffTimeout=10
artListener.TestPkg_IBM.Listener.DQList1.
retryLimit=5
For example a sequential listener:
artListener.TestPkg_IBM.Listener.DQList2.
connectionAlias=connections\:DQConn1
artListener.TestPkg_IBM.Listener.DQList2.
listenerEnabled=true
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.keyCompareType=EQ
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.keyLength=10
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.keyType=Text
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.keyValue=
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.libraryName=PRESS
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.operationType=
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.queueName=squeue
artListener.TestPkg_IBM.Listener.DQList2.
listenerSettings.queueType=Sequential
artListener.TestPkg_IBM.Listener.DQList2.
retryBackoffTimeout=10
artListener.TestPkg_IBM.Listener.DQList2.
retryLimit=5
Sample Notification Properties
Notification properties follow this pattern:
artNotification.<packageName>.<notificationName>.propertyGroup.property=value
For example:
artNotification.TestPkg_IBM.Notification.DQNotif1.
listenerName=Listener\:DQList1
artNotification.TestPkg_IBM.Notification.DQNotif1.
notificationEnabled=true