Hi there,
We are using Windows Server Service Bus 1.1 to distribute some sensitive information and would like to implement some sort of auditing around the bus. As far as we understand, Service bus does not provide any form of auditing out of the box and does not generate any logs (would be happy if someone corrects me here)
One way of auditing the payload is using "ForwardTo" auditing subscription to write to an audit topic but this does not tell us "who" sent the message. We can harness custom message properties but then it means we rely on the client to provide us this information. We can use a separate WCF logging service but then i would have to worry about distributed transactions.
Is this audit information available in any form am not aware of, any events that we could possibly intercept?
Any pointers will be appreciated. Thanks in advance.
http://btsbee.wordpress.com/