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

Example for Azure Service Bus #12

Closed
realbub opened this issue Apr 10, 2016 · 5 comments
Closed

Example for Azure Service Bus #12

realbub opened this issue Apr 10, 2016 · 5 comments

Comments

@realbub
Copy link

realbub commented Apr 10, 2016

Support for .NET Core is great! Is it possible to connect to Azure Service Bus?

@dlstucki
Copy link
Contributor

For reference, which Azure ServiceBus features are most important to you? Sending to EventHubs, Receiving from EventHubs, Sending/Receiving from Queues/Topics, Managing EventHubs, Managing Queues/Topics, or ServiceBus Relay? If you could rank your top couple of items that would be helpful.

Thanks,
-Dave

@realbub
Copy link
Author

realbub commented Apr 12, 2016

We have production service deployed on Azure which use Topics and Queues with sessions (Sending and Receiving), and we considering to move everything to .NET Core in the next version, so some example which use Topics/Subscriptions with sessions would be very useful.

@jtaubensee
Copy link

Check out our new Service Bus library: https://github.com/azure/azure-service-bus-dotnet

@ArjunMenonUK
Copy link

@dstuckims we are using the Azure topic to push data and pull the data from a web job which listens to the topic and do some business logic operations. As of now we are using the .Net TopicClient's "Send" method to push the data and reading using the "Receive" method. Will AMQP improve the performance ?

@xinchen10
Copy link
Member

For Service Bus, we recommend https://github.com/azure/azure-service-bus-dotnet

Please check out samples and documentation on that project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants