+

Search Tips   |   Advanced Search

Enable Java messaging services for web content

WCM provides support for the notification of events such as item state changes, or services starting and stopping. These notifications can be delivered as messages to the Java messaging service.

There are three classes of events that can be delivered as messages to the Java messaging service:

To enable Java messaging services for web content:

  1. Configure the messaging services parameters in the WCM MessagingService service.

  2. Run the following command from the WP_PROFILE/ConfigEngine:

      Windows

      ConfigEngine.bat create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=foo -DuseRemoteEndPoints=true/false

      UNIX

      ./ConfigEngine.sh create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=foo -DuseRemoteEndPoints=true/false

      IBM i

      ConfigEngine.sh create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=foo -DuseRemoteEndPoints=true/false

    An administrator user name and password is not required if you have already specified the portal administrator username and password using the PortalAdminId and PortalAdminPwd settings in the wkplc.properties file.

    The "-DuseRemoteEndPoints" parameter is only used on clustered systems. If set to true, the task will use all node end points on the current setup. If set to "false", the task will use the end points of the current node.

  3. Restart WebSphere Portal.


Parent: Developing

Related:

Set service configuration properties

Related reference:

Web Content Manager configuration services