I need to do batching with encryption but it looks like I can't use multiple base names in my qos_profile:
<qos_profile name="batch_profile" base_name="BuiltinQosLib::Generic.Security">
<qos_profile name="batch_profile" base_name="BuiltinQosLibExp::Generic.StrictReliable">
Is there a way to do this perhaps outside of the QOS file?
Thanks
This should work:
-- Geoff
Excellent!
It's working.
Thank you!