Warren Goldman created CXF-6016: ----------------------------------- Summary: Documentation listed for JMSConfiguration does not compile for 3.0.1 release. Key: CXF-6016 URL: https://issues.apache.org/jira/browse/CXF-6016 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 3.0.1 Reporter: Warren Goldman
http://cxf.apache.org/docs/using-the-jmsconfigfeature.html This code is shown, and will not compile (setters no longer exist) JMSConfiguration jmsConfig = JmsUtils.newJMSConfiguration(taskId, jmsBrokerUrl); jmsConfig.setConcurrentConsumers(maxServiceThreads); jmsConfig.setMaxConcurrentConsumers(maxServiceThreads); I am upgrading to 3.0.1 and have code that sets properties on JMSConfiguration. I am looking for new way to do that. Is there some sort of migration guide that may help. -- This message was sent by Atlassian JIRA (v6.3.4#6332)