[jboss-jira] [JBoss JIRA] (WFLY-4277) Support annotation-property-replacement option in @JMSConnectionFactory, @JMSPasswordCredential

Tim Russell (JIRA) issues at jboss.org
Thu Jan 22 11:16:49 EST 2015


    [ https://issues.jboss.org/browse/WFLY-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034415#comment-13034415 ] 

Tim Russell commented on WFLY-4277:
-----------------------------------

Looking again today, this might or might not be a dupe of WFLY-3475. Feel free to blast it if so. Thanks.

> Support annotation-property-replacement option in @JMSConnectionFactory, @JMSPasswordCredential
> -----------------------------------------------------------------------------------------------
>
>                 Key: WFLY-4277
>                 URL: https://issues.jboss.org/browse/WFLY-4277
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: JMS
>    Affects Versions: 8.2.0.Final
>            Reporter: Tim Russell
>            Assignee: Jeff Mesnil
>
> See org.jboss.as.messaging.deployment.JMSContextProducer, getJMSContext. Currently the values in JMSConnectionFactory and JMSPasswordCredential are do not go through the property replacement process. Doing so would be nice in order to externalize configuration settings, e.g.
> {code:java}
> @Inject
> @JMSConnectionFactory("${remoteConnectionFactoryName}")
> private JMSContext context;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list