Queue and directory validation

If you explicitly specify a request queue name, you might accidentally use an existing queue name. If you use generated queue names, a truncated queue name might not be unique. To protect against these problems, the deploy utility looks for the presence of an existing start up script in the generated/server subdirectory of the deployment directory. It then checks the URI specified to the listener in that script. It also checks whether the request queue already exists. Having made these checks, the deployment utility then takes one of the following six actions as appropriate: