Please make it easier to make small changes to JMS configuration
----------------------------------------------------------------
Key: CXF-4025
URL: https://issues.apache.org/jira/browse/CXF-4025
Project: CXF
Issue Type: Improvement
Components: Configuration
Affects Versions: 2.5.1
Reporter: Benson Margulies
If I create a JMS endpoint, the destination name and all of that can be set up
simply via the URL:
{code}
svrFactory.setAddress(JmsUtils.cxfJmsUrl(taskId, jmsBrokerUrl));
{code}
However, as soon as I want to set *any* of the options in the JMSConfiguration
object, I have to now come up with these facts for myself. I wish that there
was a factory for JMSConfiguration objects that set up from a URL so that I
could just set the parameters I care about (such as the concurrency params).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira