Previous Topic: Add Cluster Members

Next Topic: Create Message Stores

Configure Messaging Engines

On WebSphere 6.1, you configure a messaging engine on each cluster member.

To configure messaging engines

  1. Start the Deployment Manager, which was stopped by the installation.
  2. From the Deployment Manager, navigate to was_home/profiles/Deployment_Manager_Profile/bin.
  3. Execute wsadmin as follows:
    wsadmin -f ims6SetupClusterMember.jacl NodeName ServerName ClusterName MEDataSourceJndiName
    

    MEDataSourceJndiName is a JNDI name that you want to assign for the messaging engine. A messaging engine is created for this server based on this name. For this name, use the format: NodeName-ClusterMemberName

    For example, using the sample field names used in this chapter, one JNDI name would be: was61013dmanNode01-was61013dman

  4. Verify that the script completes with a "Save the Configuration" message and no errors.
  5. Repeat steps 3 and 4 for each cluster member.
  6. After you create the message engines, you create a message store for each messaging engine.