Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Last active August 29, 2015 14:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ricston-git/769f8ad125ac11dc1129 to your computer and use it in GitHub Desktop.
wmq connector
<wmq:connector name="wmqconnector" hostName="localhost" port="1414"
queueManager="QM1" username="${windowsAccountUserName}" password="${windowsAccountPassword}"
transportType="CLIENT_MQ_TCPIP" specification="1.1" channel="SYSTEM.ADMIN.SVRCONN"
disableTemporaryReplyToDestinations="true" numberOfConsumers="1"
doc:name="WMQ">
</wmq:connector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment