Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Configuring Parallel Processing of JMS Messages

Configuring Parallel Processing of JMS Messages

If you configure parallel processing of JMS messages, the Hub Server distributes the message processing load in batches to multiple Process Servers. You must configure the batch size for parallel processing of JMS messages. Configure parallel processing of JMS messages in the Hub Server properties file.
  1. Open the the
    cmxserver.properties
    file in the following directory:
    <
    MDM Hub installation directory
    >/hub/server/resources
  2. Add the properties required for parallel processing of JMS messages and save the file.
    The following table describes the properties for parallel processing of JMS messages:
    Property
    Description
    mq.data.change.threads
    Number of threads to use to process JMS messages during the publish process. Default is
    1
    .
    mq.data.change.batch.size
    Number of JMS messages to process in each batch for the publish process. Default is
    500
    .
    mq.data.change.timeout
    Amount of time in seconds that is allowed to process the JMS messages. Default is
    120
    .

0 COMMENTS

We’d like to hear from you!