<EnableMMQueue>
Section:
Options
Required:
No
Value type:
Boolean (true or false)
Default:
true
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <EnableMMQueue> tag is used to control the processing of the MM_QUEUE database table. If the value of this tag is set to true:
The processing of the MM_QUEUE database table is enabled.
The Creo/Element Direct Model Manager clients store the event records in the MM_QUEUE.
The TransactionListenerProcessor service reads the event records in the MM_QUEUE and triggers the TransactionListeners service to perform the required action based on the records.
Example
This example shows the valid configuration of the tag:
<EnableMMQueue>true</EnableMMQueue>
Was this helpful?