-
Notifications
You must be signed in to change notification settings - Fork 636
GH-2601: Add a batchReceiveTimeout #2605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, also add this new property into the containerAttributes.adoc
.
Just a new line in the table after receiveTimeout
!
...t/src/main/java/org/springframework/amqp/rabbit/listener/SimpleMessageListenerContainer.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/org/springframework/amqp/rabbit/listener/SimpleMessageListenerContainer.java
Outdated
Show resolved
Hide resolved
...t/src/main/java/org/springframework/amqp/rabbit/listener/SimpleMessageListenerContainer.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/springframework/amqp/rabbit/config/SimpleRabbitListenerContainerFactory.java
Show resolved
Hide resolved
...abbit/src/main/java/org/springframework/amqp/rabbit/config/ListenerContainerFactoryBean.java
Show resolved
Hide resolved
42c83b1
to
1ae8787
Compare
@artembilan Thanks for review. please again. |
Fixes spring-projects#2601 stop to waiting next message and execute listener when batchReceiveTimeout is timed out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor request.
Thanks
...t/src/main/java/org/springframework/amqp/rabbit/listener/SimpleMessageListenerContainer.java
Outdated
Show resolved
Hide resolved
Thank you for contribution; looking forward for more! |
Fixes #2601
stop to waiting next message and execute listener when batchReceiveTimeout is timed out.