WAS hosting of queues
Posted
by user80855
on Stack Overflow
See other posts from Stack Overflow
or by user80855
Published on 2009-03-26T03:59:58Z
Indexed on
2010/04/25
12:53 UTC
Read the original article
Hit count: 177
I read that when hosting a queue endpoint all these names need to match:
- Hosted in IIS at: http://localhost/MyService.svc
- service endpoint address: http://localhost/private/MyService.svc
- queue: .\private$\MyService.svc
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).
© Stack Overflow or respective owner