Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.5.1
-
None
-
Unknown
Description
If I create a JMS endpoint, the destination name and all of that can be set up simply via the URL:
svrFactory.setAddress(JmsUtils.cxfJmsUrl(taskId, jmsBrokerUrl));
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).