Verifying the new container deployment
Now that IBM® MQ is deployed on Red Hat® OpenShift®, you can verify the environment using the IBM MQ samples.
Before you begin
Important:
This task assumes that TLS is not enabled in the queue manager.
About this task
In this task you run the IBM MQ samples from inside the migrated queue manager's container. However you might prefer to use your own applications running from another environment.
You need the following information:
- LDAP Username
- LDAP Password
- IBM MQ Channel name
- Queue name
This example code uses the following settings. Please note that your settings will differ.
- LDAP Username: mqapp
- LDAP Password: mqapp
- IBM MQ Channel name: DEV.APP.SVRCONN
- Queue name: Q1
Procedure
Results
What to do next
Use the following information to help you with more complex migration scenarios:
- Migrating queued messages
- To migrate existing queued messages, follow guidance in the following topic for exporting and importing messages after the new queue manager is in place: Using the dmpmqmsg utility between two systems.
- Connecting to IBM MQ from outside the OpenShift environment
- The deployed queue manager can be exposed to IBM MQ clients and queue managers outside the OpenShift environment. The process depends on the version of IBM MQ connecting into the OpenShift environment. See Configuring a Route to connect to a queue manager from outside an OpenShift cluster.