Using domain tags in admin console?

3 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 01/07/2021
Posts: 9
Using domain tags in admin console?

We have started using domain tags to isolate applcation instances running on the same machine but after setting the dds.domain_participant.domain_tag property (programmatically and not via xml) we cannot longer see it in the Admin Console tool. Does anyone know what has to be done in the Admin Console tools in order to fix that? The docs https://community.rti.com/static/documentation/connext-dds/current/doc/manuals/connext_dds/html_files/RTI_ConnextDDS_CoreLibraries_UsersManual/Content/UsersManual/ChoosingDomainTag.htm hints that it should be possible. 

BR,

Christian

r
Offline
Last seen: 2 months 1 week ago
Joined: 06/17/2019
Posts: 47

Hi Christian, as you mentioned out of the box admin console doesn't support domain tags. However admin console's QoS can be modified.

By default admin console uses built-in QoS that can't be directly modified. A copy of these default QoS settings can be found in rti_connext_dds-6.0.1\resource\xml\admin_console_example_profiles.xml
Meaning: if you only change that file it won't have a direct impact.

I'd recommend making a copy of that file, then add the necessary domain tag settings you want.

Then you can load that file in admin console's preferences dialog. Select add files, then select the QoS profile you want to use from the dropdown.

ac

 

Offline
Last seen: 1 year 7 months ago
Joined: 01/07/2021
Posts: 9

Perfect, thanks!