Configure Enterprise+ MSMQ
Prerequisites
- Enterprise+ license
Configuration
Open the 'Web.config' file (located at 'C:\inetpub\wwwroot\UniversalTimelineService' if you followed the installation guide).
Modify the '.config' file to add key per ucc.
<configuration>
...
<!-- Web.Config of the UniversalTimeline -->
<appSettings>
...
<add key="MSMQ_APP_EXAMPLE"
value="ucc_example"
/>
<add key="MSMQ_APP_EXAMPLE2"
value="ucc_example2"
/>
...
</appSettings>
...
Save the web.config.
Did you find this page helpful?
Yes No
Sorry about that
Why wasn't this helpful? (check all that apply)
Thank you for your feedback.
Want to tell us more?
Email your feedback to our documentation team.
Great!
Thanks for taking the time to give us some feedback.