Create Message Queues
There are three publisher message queues:
- PubIn — Required. When a message arrives in the PubIn queue, the Microsoft Dynamics 365 and CRM Publisher lets any publisher entities know that the related operation, Insert, Update, or Delete, has occurred. The PubIn queue is always created when you add a publisher.
- PubFailed — Optional. If no publisher entity exists to handle this message and you have configured your publisher to log failed messages, then the message is routed to the PubFailed queue.
- PubSucceeded — Optional. If the Microsoft Dynamics 365 and CRM Publisher can resolve the message successfully, then a message is created in the ScribeIn queue. If you have configured your publisher to log successful messages in the PubSucceeded queue, then a single copy of the PubIn message is also created in the PubSucceeded queue.
After you add the publisher, you need to share the message queues.
To Share Message Queues
- From the Console use the Integration Server > Publishers and Bridges node to create the Microsoft Dynamics 365 Publisher.
- Open Step 4 Publisher/Bridge Properties.
- Click MSMQ. The Message Queue Settings dialog box appears, which displays the names of the queues where the Microsoft Dynamics 365 publisher sends messages. The queue names are automatically generated and cannot be changed.
- Select the Log messages that failed processing check box to instruct the TIBCO Scribe® Insight server to queue all messages that were generated, but could not be processed by the TIBCO Scribe® Insight server. The name of the queue where the messages are sent is displayed.
- Select the Log messages that were forwarded to ScribeIn, ignored, or filtered check box to instruct the TIBCO Scribe® Insight server to queue all messages that were successfully processed, regardless of whether they ended up in the ScribeIn queue or were ignored or filtered out based on the published object settings. The name of the queue where the messages are sent is shown.
- Click OK when you are finished to return to Step 4 of the wizard.
- Click Step 5 Activation. The activation options differ depending on the type of publisher you select. For the Microsoft Dynamics 365 and CRM Publisher, specify whether to start the publisher in active or paused mode.
- Click Finish or Apply.