I had a case where there was a configuration issue with DTC and as a result everything that failed went to the error queue. All of my endpoints have a logging endpoint set, and that endpoint is consuming the messages and writing them to a database so that everything is audited and tracked. In the case of all these errors my auditing endpoint received all of the MessageProcessingFailedMessage messages but it failed to process each one with this error:
<?xml version="1.0"?> <string>Message does not have Extension set to at least 16 bytes, which will be used as the message id. Probably not a bus message.</string> Any ideas? I can dig into the source but wanted to toss this out there in case someone else has seen it before and knows what to do about it. Thanks, Matt -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
