-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add constants for Queue arguments (#145)
* Add constants for Queue arguments Queues accept optional arguments during queue declaration. Most of those arguments can be set using a policy (recommended), however, queue type must be set at queue declaration. To pave the way for Quorum and Stream queue adoption, this commit adds constants to easily set the queue type. Other common used arguments are part of this commit. Additional queue arguments can be added as needed/requested by the community. Signed-off-by: Aitor Pérez Cedres <[email protected]> * Add value even though it is not strictly necessary Signed-off-by: Aitor Pérez Cedres <[email protected]> Co-authored-by: Luke Bakken <[email protected]>
- Loading branch information
1 parent
5bf455f
commit 0c7af02
Showing
2 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters