microsoftarchive/cqrs-journey

Application breaks into debugger when it cannot connect to service bus

manikrish opened this issue · 1 comments

We get a messagecommunication exception and app breaks into debugger when it cannot connect to service bus. Should handle and log these kind of exceptions.

jdom commented

These are handled and logged already. Debugger is breaking because they are handled by Topaz and not our own code. This is expected, and much easier to skip (avoid breaking) when using VS2012