NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
http://nimbusapi.com/
MIT License
113 stars 84 forks source link

MessageIds do not correlate between producers and subscribers #255

Closed xwipeoutx closed 4 years ago

xwipeoutx commented 8 years ago

I have 2 apps, one dispatching events and another handling them. I was trying to use Seq to correlate using a MessageId = GUID filter, but noticed the Guid formats are different for each app, with exactly the same logger setup.

See the screenshot:

image

xwipeoutx commented 8 years ago

Forgot to mention: version 2.0.0.98