HOW TO: Specify the Default Queue Manager Without Using the Name (819655)



The information in this article applies to:

  • Microsoft BizTalk Adapter for MQSeries 1.0

SUMMARY

When you use AICMQ MQPipeline transport, you must provide the following:
  • MQSeries Server
  • MQSeries Queue Manager Name
  • MQSeries Queue Name
However, you may want to specify the default queue manager without using the actual default queue manager name. To do this, follow these steps:
  1. Open the file \Program files\Microsoft BizTalk Server\MessagingManager\pipeline\AICMQ_MQPipeline_1_post.asp, and then change the line
    call GetInputText("MQSeries Queue Manager Name", 1, bufsize_medium)
    to
    call GetInputText("MQSeries Queue Manager Name", 0, bufsize_medium)
  2. When you specify the AICMQ MQPipeline properties, leave the MQSeries Queue Manager Name text box blank.

Modification Type:MinorLast Reviewed:5/12/2003
Keywords:kbhowto kbinfo KB819655 kbAudDeveloper