zarusz / SlimMessageBus

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Apache License 2.0
467 stars 78 forks source link

#271 Allow for publishing of messages to a request/response queue. D… #272

Closed EtherZa closed 2 months ago

EtherZa commented 2 months ago

Drops responses when there is no ReplyTo header value present instead of throwing MessageBusException.

This allows for a single IRequestHandler to be used by both the request/response and publish/subscribe patterns where the response is not required by the later.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud