OK, service bus is really nifty but the security story is driving me bonkers. Can anyone provide a document/sample that illustrates an end-to-end example of how SB security is supposed to work? Is there a simply way to just say "allow all/anonymous connections"? I really just want to get my design up-and-running without being bothered by all of the ceremony security demands. On the other hand, if that is not possible,
1. How can I connect to a queue from outside of the domain in which the service bus is hosted?
2. How can I connect to a queue from within the same domain but under the IIS identity or the identity of a generic service account?
I cannot get my security problems to go away; the only way I've been able to connect to the service bus is to run under the same account as the queue owner....
Thanks.