Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Installing TIBCO Object Service Broker : Installing the Service Gateway for WMQ

Installing the Service Gateway for WMQ
Service Gateway for WMQ is an interface used to access IBM WebSphere MQ message queues from within TIBCO Object Service Broker. It ensures that data is presented in a manner consistent with TIBCO Object Service Broker behavior. You can configure the Data Object Broker and Service Gateway for WMQ to reside on different hosts and/or operating systems (z/OS, Windows or Solaris).
You must install the TIBCO Object Service Broker base component before installing Service Gateway for WMQ.
See Also
TIBCO Object Service Broker for Open Systems External Environments or TIBCO Object Service Broker for z/OS External Environments for more information on using Service Gateway for WMQ.
Distribution Media and Contents
This software is distributed as a zip file containing either the dynamic load library to enable the WMQ gateway functionality within the TIBCO Object Service Broker base component on Windows, or the shared object to enable the same functionality within the TIBCO Object Service Broker base component on Solaris.
The following ZIP files comprise the distribution media:
TIB_srvcgw-wmq_6.0.0_win.zip (Windows)
TIB_srvcgw-wmq_6.0.0_sol.zip (Solaris)
Installation
Windows
Once you have obtained the appropriate zip file for this platform, unzip the embedded dynamic link library s6b.mqsgw.dll and move it into the bin directory of your TIBCO Object Service Broker base component installation.
Solaris
Once you have obtained the appropriate zip file for this platform, unzip the embedded shared object s6b.mqsgw.so and move it into the sharedlib directory of your TIBCO Object Service Broker base component installation.
IVP Considerations
Before running the IVP, be sure to have the name of a queue manager and that of a queue from which you can read and to which you can write. From the workbench or in batch, do the following:
1.
Run the rule @MOMIVP_WRITE(queue_manager_name,queue_name).
On completion, this message is displayed:
MOMIVP: MSG "IVP TEST MSG" WRITTEN TO QUEUE queue_name
2.
Run the rule @MOMIVP_READ(queue_manager_name,queue_name).
On completion, this message is displayed:
MOMIVP: MSG "IVP TEST MSG" READ FROM QUEUE queue_name

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved