juntossomosmais / django-stomp

🔃 A simple implementation of STOMP with Django
MIT License
37 stars 3 forks source link

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

Closed lucasssouza1 closed 1 year ago

lucasssouza1 commented 1 year ago

What is being delivered?

What impacts?

When the setting STOMP_DEFAULT_EXCLUSIVE_QUEUE is disable (False), the queues created by consumers won't be exclusive.

Examples

STOMP_DEFAULT_EXCLUSIVE_QUEUE == False 1-exclusive-false

STOMP_DEFAULT_EXCLUSIVE_QUEUE == True 2-exclusive-true

lucasssouza1 commented 1 year ago

This PR was closed because the feature was added here. As the pipeline could not run the Sonar tests, we decided to open a PR of an internal branch.