0

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

enter image description here

Subscription component:

enter image description here

dapr run --app-id TestApi --components-path LocalPath --app-port 5074 dotnet run

Queue created in rabbitmq:

enter image description here

0 Answers0