You can switch from server-based messaging, the default
method for messaging, to client-based messaging.
Before you begin
Prerequisites:
- When you switch to client-based messaging, the database server
and (WMQ)
must be installed on the same computer.
- On Windows™, you must
have the MKS Toolkit to run the chown command.
About this task
To switch to server-based messaging:
Procedure
- Bring down the database server.
- Run this command: cd $INFORMIXDIR/extend/mqblade.2.0
- Run this command: rm idsmq.bld
- Run either of the following commands:
- cp idsmqc.bld idsmq.bld
- ln –s idsmqc.bld idsmq.bld
Note that these commands differ slightly from the commands
used to switch to server-based messaging.
- Run this command: chown Informix:Informix idsmq.bld
- Run this command: chmod –w idsmq.bld
- Start the database server.