NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.

Home Page:http://nimbusapi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging of errors that may occur in brokeredMessageFactory.Create ?

jafin opened this issue · comments

When calling Publish in BusEventSender, when the default Serializer throws an InvalidDataContractException, should Nimbus be logging these errors? (in case the task on the other end isn't handling the faulted state?)

That would probably be useful :)