Service Fabric pub/sub messaging between stateless services

250 Views Asked by At

Whats the best way to implement loosely coupled micro services in Service Fabric using asynchronous messaging. I want service A to publish a message and Service B to receive it. Can I use rabbitmq or azure message bus in such cases. If so how do I enable communication with those endpoints in a scaling architecture?

1

There are 1 best solutions below

0
LoekD On

I'd recommend having a look at this code and/or library.

It allows pub/sub messaging between services and actors, without the need for external dependencies.