If you previously switched to client-based messaging, you
can switch back to server-based messaging.
Before you begin
Prerequisites:
- When you switch to server-based messaging, the database server
and (WMQ)
can be present on the same computer or on a different computer on
the network.
- On Windows™, you must
have the MKS Toolkit to run the chown command.
About this task
To switch from client-based messaging 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 idsmqs.bld idsmq.bld
- ln –s idsmqs.bld idsmq.bld
Note that these commands differ slightly from the commands
used to switch to client-based messaging.
- Run this command: chown Informix:Informix idsmq.bld
- Run this command: chmod –w idsmq.bld
- Start the database server.