Closed lucasssouza1 closed 1 year ago
When the setting STOMP_DEFAULT_EXCLUSIVE_QUEUE is disable (False), the queues created by consumers won't be exclusive.
STOMP_DEFAULT_EXCLUSIVE_QUEUE
False
exclusive
STOMP_DEFAULT_EXCLUSIVE_QUEUE == False
STOMP_DEFAULT_EXCLUSIVE_QUEUE == True
True
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.
What is being delivered?
What impacts?
When the setting
STOMP_DEFAULT_EXCLUSIVE_QUEUE
is disable (False
), the queues created by consumers won't beexclusive
.Examples
STOMP_DEFAULT_EXCLUSIVE_QUEUE ==
False
STOMP_DEFAULT_EXCLUSIVE_QUEUE ==
True