Java messaging services for web content
Web Content Manager supports 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.
About this task
- Item events:
- Item created
- Item updated
- Item moved
- Item deleted
- Syndication events:
- Starting
- Stopping
- Pre-render events:
- Starting
- Stopping
Procedure
- Configure the messaging services parameters in the
WCM MessagingService
service by using the WebSphere® Integrated Solutions Console. - Run the following command from the
wp_profile_root/ConfigEngine
directory:- Windows™
- ConfigEngine.bat create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=password -DuseRemoteEndPoints=true/false
- UNIX™Linux™
- ./ConfigEngine.sh create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=password -DuseRemoteEndPoints=true/false
- IBM® i
- ConfigEngine.sh create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=password -DuseRemoteEndPoints=true/false
- z/OS®
- ./ConfigEngine.sh create-wcm-jms-resources -DPortalAdminId=username -DPortalAdminPwd=password -DuseRemoteEndPoints=true/false
Note: An administrator user name and password is not needed if you specify the portal administrator user name and password by using thePortalAdminId
andPortalAdminPwd
settings in the wkplc.properties file.Note: The-DuseRemoteEndPoints
parameter is only used on clustered systems. If set to true, the task uses all node end points on the current setup. If set to "false", the task uses the end points of the current node. - Restart HCL Portal.
Results
The create-wcm-jms-resources
command
creates a topic space that is named IWK.Topic.Space
and
the topics IWKTopics_Items
, IWKTopics_PreRender
, and IWKTopics_Syndication
in
that space for the different events.
For information about the default implementation of the WebSphere® Application Server JMS implementation and choices of message providers, read Types of messaging providers.