No default security when WCF uses MSMQ in workgroup mode
One thing to note when using WCF and MSMQ in workgroup mode is that there is no SID sent in a security header:
This isn't much of a big deal as the security header is wide open to spoofing anyway by just putting in the SID youself.
With Active Directory Integration you can use authentication. Alternatively you can add the security at the WCF level.