[ 
https://issues.apache.org/jira/browse/CXF-6016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider closed CXF-6016.
------------------------------------
    Resolution: Not A Bug
      Assignee: Christian Schneider

There is no setting for max concurrent consumers. You can set the concurrent 
consumers though using setConcurrentConsumers. This setter was only added in 
version 3.0.4 so you need at least this version.

There is no migration guide but the configuration settings are documented in 
the link you provided.


> 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: JMS, Transports
>    Affects Versions: 3.0.1
>            Reporter: Warren Goldman
>            Assignee: Christian Schneider
>
> 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.15#6346)

Reply via email to