-
Notifications
You must be signed in to change notification settings - Fork 257
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
Comments
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. |
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
@dstockhammer now has this |
iancooper
added
help wanted
0 - Backlog
and removed
2 - In Progress
grabbed by community
labels
Jun 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: