Re: Queue/Message Fairness as oppose to Client Fairness

2012-08-08 Thread tapan.thapa
Hello Gtully, I am sorry but still it is not working as expected. Any other solutions if possible. If this can not be achieved with ActiveMQ than can you suggest something else. Thanks for your prompt support. Regards Tapan Thapa -- View this message in context: http://a

Re: Queue/Message Fairness as oppose to Client Fairness

2012-08-08 Thread tapan.thapa
Hello, Thanks for the suggestion however i tried with php stomp 1.0 as well as with Java client and both are not working as expected. PHP Client: PHP consumer get all messages from first queue than second queue and so on. Java Client: Java client is good as it receives 3-4 messages per queue in

Re: Queue/Message Fairness as oppose to Client Fairness

2012-08-08 Thread tapan.thapa
Hello, I have tested this functionality with ActiveMQ 5.6.0 and Java driver as well. Java driver is still better and receiving message from all the queues but not at the configured value. I have configured maxIterationsPerRun="1" however java consumer is receiving almost 20 sometime 10 message fr

Re: Queue/Message Fairness as oppose to Client Fairness

2012-08-07 Thread tapan.thapa
Hello, I have downloaded activemq latest snapshot and it seems now PHP stomp 1.0 is working with latest snap shot. Now my issue is that taskRunnerFactory is not working as expected. Scenario: I have five different queues like htmsl.1,htmsl.2,htmsl.3,htmsl.4 and htmsl.5 and i have put 500 message

Re: Queue/Message Fairness as oppose to Client Fairness

2012-06-06 Thread tapan.thapa
Many Thanks.. It seems i am about to reach my goal... However i don't now why php stomp client is throwing error with apache-activemq-5.6.0 while acknowledging messages where in the same code was working for apache-activemq-5.5.1. Still checking PHP Stomp Code available at http://stomp.fusesourc

Re: Queue/Message Fairness as oppose to Client Fairness

2012-06-05 Thread tapan.thapa
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 Tapa