WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Configuring WebSphere Message Broker Administration for WebSphere Application Server

Learn about how to use the manageprofiles command to create or augment profiles in WebSphere® Application Server, and about how to enable the WebSphere Message Broker web user interface, so that you can use WebSphere Message Broker administration for WebSphere Application Server.

Complete the following steps:
  1. Augment or create WebSphere Application Server profiles.

    The WebSphere Message Broker administration feature is supported for both dmgr and default profiles. You can use the manageprofiles command to create or augment profiles of these types. The profile templates to use are in the install_root/profileTemplates or install_root\profileTemplates directory, where install_root is the WebSphere Application Server root installation directory.

    • Use the default.broker template to create or augment a default profile.
      For example, run the following command (after backing up your current configuration) from install_root\bin on Windows to augment a default profile called AppSrv01:
      manageprofiles -augment -profileName AppSrv01 
        -templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\default.broker"
    • Use the dmgr.broker template to create or augment a dmgr profile.
      For example, run the following command from install_root\bin on Windows to create a dmgr profile called DMgr01:
      manageprofiles -create -profileName DMgr01 
        -templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\dmgr.broker"

    Before uninstalling the WebSphere Message Broker administration feature, you must unaugment or delete the profiles that you augmented or created for the feature.

    For example, run the following command on Windows to unaugment a profile called AppSrv01:
    manageprofiles -unaugment -profileName AppSrv01 
    If more than one template has been applied to the profile, you might need to take additional steps. See the documentation on unaugmenting and deleting profiles by using the command line in the WebSphere Application Server documentation.
  2. For each broker that you want to view in the WebSphere Application Server administration console, you must configure and enable the WebSphere Message Broker web user interface.

    See Configuring the web user interface server.

    The web user interface must be enabled, because the WebSphere Message Broker Representational State Transfer (REST) API is used to query broker resources.

  3. Create the web user accounts that are required for access to the web user interface. See Managing web user accounts.
  4. Restart your WebSphere Application Server server.
You can now view the WebSphere Message Broker collection pages in the WebSphere Application Server administrative console. For more information about what you can do from the WebSphere Message Broker collection pages, see Administering brokers from WebSphere Application Server, and the help topics in the administrative console.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:48:13


Task topicTask topic | Version 8.0.0.7 | bh55260_