[jboss-jira] [JBoss JIRA] (WFLY-4277) Support annotation-property-replacement option in @JMSConnectionFactory, @JMSPasswordCredential
Tim Russell (JIRA)
issues at jboss.org
Wed Jan 21 14:49:49 EST 2015
Tim Russell created WFLY-4277:
---------------------------------
Summary: 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