[jboss-jira] [JBoss JIRA] (WFLY-4277) Support annotation-property-replacement option in @JMSConnectionFactory, @JMSPasswordCredential
Jeff Mesnil (JIRA)
issues at jboss.org
Thu Mar 26 10:26:19 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil resolved WFLY-4277.
-------------------------------
Resolution: Duplicate Issue
duplicates of WFLY-3475
> 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