I'm creating some naming standards for our group to follow for the various MQ objects. There is a SO post on this topic
here that I've found very helpful. For the most part this exercise has been straight forward, with one exception. I'm struggling with how best to name the SRVCONN channels we create.
The author suggests using something like APP.QMNAME.SVRCONN, where APP is the application name (maybe) and QMNAME is the name of the queue manager. Our app names can be quite long, and given that channel names are limited to 20 characters I could see running over. Also, multiple clients might use the same channel when connecting to a queue manager. Having the application name included seems misleading in this regard.
I'm curious to know what others are doing for these channel types. I could drop the APP portion, but then the name wouldn't be unique if we needed another SRVCONN channel defined for the same queue manager. Perhaps I've misread the author's intent and APP is generic, intended to imply this is the channel that
all applications use to connect with the queue manager, and not unique to a specific application.
Thanks,
Jim
------------------------------
Jim Creasman
------------------------------