have a peek at the xds (schema) for the xml configuration
search for taskRunnerFactory at
http://activemq.apache.org/schema/core/activemq-core-5.6.0-schema.html
and you will see that it is an element of the broker

so do something like

<broker ...>
  <taskRunnerFactory>
      <taskRunnerFactory maxIterationsPerRun="10"/>
    </taskRunnerFactory>
  ...
</broker>

On 6 June 2012 07:11, tapan.thapa <tapan.thapa2...@gmail.com> wrote:
> Hello,
>
> My requirement is exactly the same which is being discussed in this thread.
>
> I have checked and found that the issue is fixed in version 5.6.
>
> https://issues.apache.org/jira/browse/AMQ-3335
>
> My question is how to configure the same via configuration xml files.
>
> Kindly respond.
>
> Regards
> Tapan Thapa
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Queue-Message-Fairness-as-oppose-to-Client-Fairness-tp3423122p4653010.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.



-- 
http://fusesource.com
http://blog.garytully.com

Reply via email to