Enabling z/OS Connect and the MQ Service Provider
What you must do to enable z/OSĀ® Connect and the MQ Service Provider.
Before you begin
Ensure that we have completed the procedures:
- Install IBM z/OS Connect EE
- Install the IBM MQ resource adapter
- Install the MQ Service Provider into IBM z/OS Connect EE
This procedure enables both z/OS Connect and the MQ Service Provider.
Procedure
- Edit the server.xml of the z/OS Connect EE server that we have created, and replace the whole of the featureManager element with these lines:
<featureManager> <feature>zosconnect:zosconnect-2.0</feature> <feature>appSecurity-2.0</feature> <feature>jms-2.0</feature> <feature>mqzosconnect:zosConnectMQ-2.0</feature> <feature>wmqJmsClient-2.0</feature> <feature>zosTransaction-1.0</feature> </featureManager>Attention: Amend these entries, only if they do not already exist.- Configure security for z/OS Connect. Refer to Configure security for z/OS Connect EE for details on how to carry out this procedure.
- Start the server.
What to do next
Check that z/OS Connect is correctly set up.