Sign in
Motley Queüe
Queuing At Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Tags
acknowledgements
authentication
basics
clusters
Conferences
directory-integration
encryption
housekeeping
interoperability
MSMQ
MSMQ4
perfcounters
queues
reliability
setup
system.messaging
troubleshooting
upgrade
WAS hosting
wcf
Archive
Archives
April 2010
(2)
March 2010
(4)
February 2010
(1)
January 2010
(1)
June 2009
(2)
May 2009
(1)
April 2009
(2)
February 2008
(1)
January 2008
(2)
December 2007
(3)
November 2007
(5)
October 2007
(8)
September 2007
(2)
May 2007
(2)
April 2007
(2)
Queue names for WAS hosted WCF service
MSDN Blogs
>
Motley Queüe
>
Queue names for WAS hosted WCF service
Queue names for WAS hosted WCF service
Devang Gandhi
9 Apr 2010 6:13 PM
Comments
0
On WCF forums, I have noticed a common issue that developers face when hosting their WCF service in WAS. The issue is that the service does not get activated. Often, the reason is that the queue name does not match the service endpoint name. This
msdn article
talks about this behavior. In a nutshell “It's important to note that the activation of MSMQ endpoints only works correctly if the queue has the same name as the .svc file (minus the machine name). That means that if your service endpoint is /server/app/service.svc, the queue name must be app/service.svc.” This is a pre-requisite for using WAS for hosting WCF services that interact with MSMQ.
0 Comments
wcf
,
WAS hosting
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 5 and 5 and type the answer here:
Post