COM+ MSMQ and .Net

R

Richard Bell

I am having a problem recording messages to a message queue from a managed
COM+ component. I can only get the calls to work if MSMQ message
authentication is turned off. Otherwise, the message turns up in the dead
letter queue with an 'invalid signature' error. Many thanks.
 
C

Cowboy \(Gregory A. Beamer\)

Attached to a web app? If so, you need to either add a serviced component
with a role associated in front of the queue or authenticate the user. The
serviced component is easier. NOTE: In .NET, you end up putting quite a bit
in the GAC when you head the serviced component route.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top