Skip to content

feat: add classic queue type option to QueueBuilder#3356

Merged
artembilan merged 2 commits intospring-projects:mainfrom
phonty29:patch-1
Feb 24, 2026
Merged

feat: add classic queue type option to QueueBuilder#3356
artembilan merged 2 commits intospring-projects:mainfrom
phonty29:patch-1

Conversation

@phonty29
Copy link
Copy Markdown
Contributor

"QueueBuilder" sets the default queue type if no argument is provided. Judging by the fact that "classic()" option doesn't exist, it is believed that the default type is always "classic". But it could be any.

In my project, SRE set the default type to "quorum". And I had to override with "withArguments" method. I think that we also need more convenient "classic" method.

"QueueBuilder" sets the default queue type if no argument is provided.
Judging by the fact that "classic()" option doesn't exist, it is believed that the default type is always "classic". But it could be any.

In my project, SRE set the default type to "quorum". And I had to override with "withArguments" method. I think that we also need more convenient "classic" method. 


Signed-off-by: Amedov Bekmuhamet <[email protected]>
Copy link
Copy Markdown
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense.
Please, fix the @since version and we will merge this.

Thank you!

Updated the since version for classic queue method.

Signed-off-by: Amedov Bekmuhamet <[email protected]>
@phonty29 phonty29 requested a review from artembilan February 24, 2026 06:14
@artembilan artembilan added this to the 4.1.0-M3 milestone Feb 24, 2026
@artembilan artembilan merged commit 4ccd299 into spring-projects:main Feb 24, 2026
1 check passed
@artembilan
Copy link
Copy Markdown
Member

@phonty29 ,

Thank you for contribution; looking forward for more!

spring-builds pushed a commit that referenced this pull request Feb 24, 2026
Fixes: #3356

`QueueBuilder` sets the default queue type if no argument is provided.
Judging by the fact that `classic()` option doesn't exist, it is believed that the default type is always `classic`.
But it could be any.
In my project, SRE set the default type to `quorum`.
 And I had to override with `withArguments` method.
I think that we also need more convenient `classic` method.

* Change classic method since version to 3.2.10

Signed-off-by: Amedov Bekmuhamet <[email protected]>

(cherry picked from commit 4ccd299)
spring-builds pushed a commit that referenced this pull request Feb 24, 2026
Fixes: #3356

`QueueBuilder` sets the default queue type if no argument is provided.
Judging by the fact that `classic()` option doesn't exist, it is believed that the default type is always `classic`.
But it could be any.
In my project, SRE set the default type to `quorum`.
 And I had to override with `withArguments` method.
I think that we also need more convenient `classic` method.

* Change classic method since version to 3.2.10

Signed-off-by: Amedov Bekmuhamet <[email protected]>

(cherry picked from commit 4ccd299)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants