Feature Description
I have the docker launched and I’m trying out the example here.
https://github.com/SolaceSamples/solace-samples-dotnet/blob/master/src/TopicToQueueMapping/TopicToQueueMapping.cs
CapabilityType.PUB_GUARANTEED
CapabilityType.SUB_FLOW_GUARANTEED
CapabilityType.ENDPOINT_MANAGEMENT
CapabilityType.QUEUE_SUBSCRIPTIONS
These are all disabled.
How do I go about enabling them, preferably in a programmatic way when starting the docker image?
Use Case
Topic to Queue mapping
Proposed Solution
No response