We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.spring.io/spring-integration/reference/html/#channel-implementations-queuechannel Note, however, that calls to the no-arg versions of send() and receive() block indefinitely. I can't find QueueChannel.send() with no args. What is the purpose of send() without arguments anyway?
Note, however, that calls to the no-arg versions of send() and receive() block indefinitely.
The text was updated successfully, but these errors were encountered:
spring-projectsGH-3020: QueueChannel doc polishing
84a4a50
Resolves spring-projects#3020
GH-3020: QueueChannel doc polishing
d2fc020
Resolves #3020
Successfully merging a pull request may close this issue.
https://docs.spring.io/spring-integration/reference/html/#channel-implementations-queuechannel
Note, however, that calls to the no-arg versions of send() and receive() block indefinitely.
I can't find QueueChannel.send() with no args. What is the purpose of send() without arguments anyway?
The text was updated successfully, but these errors were encountered: