I am try to write a pubsub component for dapr and trying to use rabbitmq for queue functionality. by default when application subscribes, it create a queue of type classic. my requirement is, i want to create queue type as quorum. please help on this.
Pubsub component
Subscription component:
dapr run --app-id TestApi --components-path LocalPath --app-port 5074 dotnet run
Queue created in rabbitmq: