1

I read that when hosting a queue endpoint all these names need to match:

So I wonder, how can you host a service with multiple endpoints to different queues? For example a service that is listening to two queues… (using two endpoints).

user80855
  • 1,414
  • 2
  • 12
  • 21

1 Answers1

1

Found out it was not possible to host multiple queues within the same svc. You need to have 2 svc for 2 queues

user80855
  • 1,414
  • 2
  • 12
  • 21