zarusz / SlimMessageBus

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

Add RabbitMQ (transport without batching) to baseline outbox test #266

Closed EtherZa closed 4 months ago

EtherZa commented 4 months ago

Added RabbitMQ to the Given_EventPublisherAndConsumerUsingOutbox_When_BurstOfEventsIsSent_Then_EventsAreConsumedProperly baseline test as a transport that does not support batching.

Swapped container rabbitmq:3 for rabbitmq:3-management so as to include management UI.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud