Skip to content
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

Configure MessageListenerContainer by ConsumerProperties. #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aklemanovits
Copy link
Contributor

Hi,

Salman Khandu salmankhandu91@gmail.com asked me about a problem he had with the library. https://stackoverflow.com/questions/69753400/spring-cloud-stream-artemis-binder-concurrency-not-working

I think i found the sollution, the spring cloud stream concurrency property (spring.cloud.stream.bindings.{{name}}.consumer.concurrency) is not used in the configuration of the DefaultMessageListenerContainer.

Not sure how to test it with IntegrationTest, but i tried it with dummy application run against Artemis and its seems to work fine.

@Mhsh
Copy link

Mhsh commented May 11, 2022

When is the plan to merge this?.

I am waiting for this as well. While applying this code locally I can see 40 consumers in artemis console once concurrency is provided 40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants