Windows Azure Service bus Subscription or not?

199 Views Asked by At

Our scenario is that we have 6 or more micro services each micro service is identified by an guid.

The different micro services knows about these guids and wants to communicate with the other micro services through queue's and because we are in azure we will use Windows Azure Service bus.

My question is, can I use the Filter without an subscription? Each service are interested in their own messages which can be decided on one property but there can never be two subscribers on the same message.

What is the best thing to do here?

  • Have one queue per micro service
  • Use subscription with filters
  • Use filters without subscriptions (if this is possible?)
0

There are 0 best solutions below