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

Property Placeholder does not work for "concurrency" attribute for the jms namespace [SPR-6232] #10900

Closed
spring-projects-issues opened this issue Oct 13, 2009 · 1 comment
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Eric opened SPR-6232 and commented

Unable to use property placeholer for an attribute value in the jms namespace. Would like to do be able to do this:

<jms:listener-container connection-factory="connectionFactory" concurrency="${concurrent.consumers}">
          ...
          ...

   </jms:listener-container>

Affects: 3.0 RC1

Referenced from: commits 0cc0a9b

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

I've added a "concurrency" property to Default/SimpleMessageListenerContainer and JmsActivationSpecConfig, which effectively allows for supporting placeholders in the jms namespace "concurrency" attribute now (because the value is not parsed in the namespace itself anymore).

Juergen

@spring-projects-issues spring-projects-issues added in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0.1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants