Queues and Topics

Queues and topics are required for proper functioning of the application, and not related to integration with other systems.

These queues and topics are used by TIBCO MDM internally. Minimal customization (pool sizes) is required.

The queue and topic names are customizable. You can create or change the queue or topic names in the Configurator. After changing queue names, you need to change the queue name in the createQueues.txt file, and ensure that same names are present in EMS and in the Configurator.

For more information about creating queues, see TIBCO MDM Installation and Configuration.

Queues
TIBCO MDM Queues Description
Q_ECM_CORE_ADMIN Reserved, currently unused.
Q_ECM_CORE_ASYNC_CALL Distributes work load across cluster. Used for async messages functionalities, such as import, preload, and so on.
Q_ECM_CORE_TEXT_INDEX Notifications for data change, which are listened by a listener and adds data to text index, that is, Patterns engine.
Q_ECM_CORE_WORKFLOW NA
Q_ECM_CORE_INTERNAL_INTGR_MSG (InternalIntgrMsg) NA
Q_ECM_CORE_COMM_OUTBOUND_MSG NA
Q_ECM_CORE_COMM_OUTBOUND_MSG_SYNC_REPLY NA
Q_ECM_CORE_COMM_INBOUND_MSG NA
Q_ECM_CORE_COMM_INBOUND_MSG_SYNC_REPLY NA
Q_ECM_CORE_COMM_EVENT NA
Q_ECM_CORE_COMM_EVENT_SYNC_REPLY NA
Q_ECM_CORE_FASTCACHEASYNC_CALL Avoids performance overhead on the existing async message functionalities. Whenever the fast cache is updated, this queue is configured to send and receive messages.
Q_ECM_CORE_COMM_OUTBOUND_MSG_HANDLE NA
Q_ECM_INTGR_STD_OUTBOUND_INTGR_MSG NA
Q_ECM_INTGR_STD_INBOUND_INTGR_MSG NA
Q_ECM_INTGR_STD_INTGR_EVENT NA
Q_ECM_INTGR_OUTBOUND_INTGR_MSG NA
Q_ECM_INTGR_INBOUND_INTGR_MSG NA
Q_ECM_TEST_CHAT NA
Q_CIM_CUSTOMIZATION_BK2_INBOUND_INTGR_MSG NA
Q_CIM_CUSTOMIZATION_BK2_OUTBOUND_INTGR_MSG NA
Q_CIM_CUSTOMIZATION_BK1_OUTBOUND_INTGR_MSG NA
Q_CIM_CUSTOMIZATION_BK1_INBOUND_INTGR_MSG NA
Q_ECM_INTGR_CNE NA
Topics
TIBCO MDM Topics Description
T_ECM_CORE_CONFIG Contains java.util.Properties loaded from the configuration property file. This queue receives a JMS message from the UpdateMdmConfig.sh command-line utility. The receiver or listener on each TIBCO MDM node when receives this message, this topic processes configuration properties and refreshes new values for the given properties on each node of the TIBCO MDM server.
T_ECM_CORE_ADMIN Reserved, currently unused
T_ECM_CORE_ASYNC_CALL Reserved, currently unused
T_ECM_CORE_RULE_CACHE Deprecated
T_ECM_CORE_DB_RESOURCES Reserved, currently unused
T_ECM_TEST_CHAT Deprecated