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

WorkerRoleRelay needs to use an outbound queue and other processor to send DeliveryResults to SubscriptionService #1

Open
jezzsantos opened this issue Mar 9, 2017 · 0 comments

Comments

@jezzsantos
Copy link
Owner

Currently, when the EventRelayQueueProcessor.ProcessMessage delivers an event to all subscribers, it then sends the DeliveryResults to the SubscriptionService.

We should probably consider dumping these DeliveryResults on another queue, and have another 'QueueProcessor' pick them up and deliver them using the IServiceClient.

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

No branches or pull requests

1 participant