webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Configuration Variables Templates for Adapter Assets in Microservices Runtime | Adapter Specific Samples | webMethods MSMQ Adapter
 
webMethods MSMQ Adapter
Sample Connection Properties
Connection properties follow this pattern:
artConnection.<packageName>.<connectionName>.propertyGroup.property=value
For example:
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.connectionEnabled=false
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.blockingTimeout=1000
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.expireTimeout=1000
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.maximumPoolSize=10
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.minimumPoolSize=1
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.poolIncrementSize=1
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.poolable=true
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.startupBackoffSecs=10
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionManagerSettings.startupRetryCount=0
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.accessMode=INBOUND
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.formatName=
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.pathName=vmservices\\ntqueue
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.shareMode=MQ_DENY_NONE
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.transactionType=NO_TRANSACTION
artConnection.TestPkg_MSMQ.connections.MSMQ_NT_IB_Conn1.
connectionSettings.version=MSMQ5.0
Sample Listener Properties
Listener properties follow this pattern:
artListener.<packageName>.<listenerName>.propertyGroup.property=value
For example:
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
connectionAlias=Connectoundion\:TX_Private_Outbound
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
listenerEnabled=true
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
listenerSettings.reset=false
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
listenerSettings.timeout=20000
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
retryBackoffTimeout=10
artListener.TestPkg_MSMQ.listeners.NTListenersanp.
retryLimit=5
Sample Notification Properties
Notification properties follow this pattern:
artNotification.<packageName>.<notificationName>.propertyGroup.property=value
For example:
artNotification.TestPkg_MSMQ.Notification.
Sync_Notification.listenerName=Listener\:MQlistener1
artNotification.TestPkg_MSMQ.Notification.
Sync_Notification.notificationEnabled=true
artNotification.TestPkg_MSMQ.Notification.
MSMQ_Async_TX.listenerName=Listener\:TXListener
artNotification.TestPkg_MSMQ.Notification.
MSMQ_Async_TX.notificationEnabled=false