When trying to send a message with "Transport" security, i'm getting the following error:
An error occurred while sending to the queue: No internal Message Queuing certificate exists for the user. (-1072824273, 0xc00e002f).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists with the required access mode and authorization.
My config uses Transport security:
<binding name="MSMQBinding" ..>
<security mode="Transport" />
</binding>
Do I actually need to install a certificate? I thought that was only for Certificate level security...