Start of change

Deploying a publish/subscribe topics hierarchy

Before you start:

Make sure that you have configured your broker domain.

The topic deployment overview explains when you might want to deploy a topic hierarchy and the difference between a complete and delta deployment.
There are two ways to deploy a topics hierarchy:

You can configure the workbench preferences so that a topics hierarchy is automatically deployed after a change.

Using the Message Brokers Toolkit

Follow these steps to deploy a topics hierarchy using the workbench:

  1. Switch to the Broker Administration perspective.
  2. In the Domains view, expand the Domains from where you want to perform the deploy.
  3. Right-click Topics hierarchy.
  4. Click Deploy Topics Configuration.
  5. Click Delta to deploy only the changed items, or click Complete to deploy the entire configuration.

The topics hierarchy is deployed, and the Configuration Manager distributes the topics to brokers in the domain.

Next:

Continue by checking the results of the deployment.

Using the mqsideploy command

Follow these steps to deploy a topology configuration using the mqsideploy command:

  1. Open a command window.
  2. Using this as an example, enter the appropriate command, typed on a single line:
    mqsideploy –i ipAddress –p port –q qmgr –l

    This performs a delta deployment. Add the –m parameter to deploy the entire configuration.

    The -i (IP address), -p (port), and -q (queue manager) parameters represent the connection details of the queue manager workstation, and on the z/OS console, MQ01CMGR is the name of the Configuration Manager component.

Next:

Continue by checking the results of the deployment.



End of change