juntossomosmais / django-outbox-pattern

A django application to make it easier to use the transactional outbox pattern
MIT License
50 stars 7 forks source link

feat: :wrench: add possibility to enable/disable exclusive queue feature #38

Closed eduard0m0ya closed 1 year ago

eduard0m0ya commented 1 year ago

With the RabbitMq update to version 3.11.8, queues are now created with the exclusive feature as default. This feature returns exclusive feature to False and implements the possibility to change it through the settings.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication