Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dapr Client SDK support for Azure Service Bus Queues #1054

Open
tjoudeh opened this issue Mar 8, 2023 · 2 comments
Open

Dapr Client SDK support for Azure Service Bus Queues #1054

tjoudeh opened this issue Mar 8, 2023 · 2 comments
Labels
area/client/pubsub question Further information is requested

Comments

@tjoudeh
Copy link

tjoudeh commented Mar 8, 2023

As Dapr Pub/sub API supports Azure Service Bus Queues

Is there an option to use the Dapr Client SDK with Service Bus Queues via attributes [Dapr.Queue("pubsubname", "queuename")] similar to the topics [Dapr.Topic("pubsubname", "topicname")]?

If not is there any way to build .net client consumers using Daor for Service Bus Queues?

@halspang
Copy link
Contributor

@tjoudeh - What is the use case you're going for here? As a rule of thumb, Dapr tries to stay as generic as possible as that is one of the core principals of it, components should be exchangeable. As such, I would hesitate to make any component specific additions directly to the core SDK.

@WhitWaldo
Copy link
Contributor

WhitWaldo commented Oct 15, 2024

@tjoudeh It may have been implemented since you asked this question, but you can use the FromTopic subscription in the .NET client using either the Queue or Topic functionality with Azure Service Bus using the pub/sub building block. It's straightforward when using ASB topics, but here's the documented guidance for doing the same with Queues.

@WhitWaldo WhitWaldo added area/client/pubsub question Further information is requested labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/client/pubsub question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants