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

Disabling Message Queue Polling

Disabling Message Queue Polling

In a multinode environment, you can disable message queue polling for individual nodes. To disable message queue polling, set the
mq.data.change.monitor.thread.start
property to
false
in the
cmxserver.properties
and
cmxcleanse.properties
files.
You can confirm the operation of message queue polling while in DEBUG mode.
  • On nodes where the value of
    mq.data.change.monitor.thread.start
    is
    false
    , the message
    Monitoring is disabled
    appears in the logs.
  • On nodes where the value of
    mq.data.change.monitor.thread.start
    is
    true
    , the message
    Data changes monitoring started
    appears in the logs.
By default, message queue polling is enabled on all Java virtual machines where an MDM Hub EAR file is deployed. When you use multiple poller threads for data change monitoring and for publishing messages, the messages might not publish in the correct sequence. To control the sequence in which the messages are published, use a single poller thread.

0 COMMENTS

We’d like to hear from you!