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

Support Azure Service Bus #28

Closed
iancooper opened this issue Dec 15, 2014 · 4 comments · Fixed by #1438
Closed

Support Azure Service Bus #28

iancooper opened this issue Dec 15, 2014 · 4 comments · Fixed by #1438

Comments

@iancooper
Copy link
Member

iancooper commented Dec 15, 2014


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@iancooper
Copy link
Member Author

@yiannistri
Copy link
Contributor

So far we can publish messages to an Azure topic but would need to wrap the first connection call in a retry policy as we do for RabbitMQ. Opted for Polly instead of the build-in retry classes to keep the two implementations consistent. Now working on the message receiver.

@iancooper
Copy link
Member Author

Cool. Yes stick with Polly so we can use on approach, I think.

iancooper pushed a commit that referenced this issue Dec 30, 2015
iancooper pushed a commit that referenced this issue Dec 31, 2015
iancooper added a commit that referenced this issue Mar 14, 2016
#28 Introduced MessageSenderPool to reuse senders and MessageGateway …
penderi pushed a commit that referenced this issue Apr 27, 2016
…to capture common functionality. Ported example to Nancy/Azure.
penderi pushed a commit that referenced this issue Apr 27, 2016
penderi pushed a commit that referenced this issue Apr 27, 2016
penderi pushed a commit that referenced this issue Apr 27, 2016
@iancooper
Copy link
Member Author

@dstockhammer now has this

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

Successfully merging a pull request may close this issue.

3 participants