ActiveMq 'Queue Priority Consumer' Mechanism Not Working Expectedly

2016-05-03 Thread Waqas Rana
nsumers with default prefetch policy. Is there any other approach to implementing this scenario using activeMq or are we missing any configuration. -- Best Regard, Rana Muhammad Waqas

apr_pools.h error while compiling from the Activemq source?

2016-04-11 Thread waqas
I am trying to compile the activemq from source code downloaded from here and trying to build it with visual studio 2010. I am getting this problem some chunk of it is given below full error

Re: How to compile a .cpp file with activemq libraries?

2016-04-11 Thread waqas
Can you please explain how did you solved the apr_pools.h problem ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-compile-a-cpp-file-with-activemq-libraries-tp4697080p4710571.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

One message listener and two consumer listening on two different topics?

2015-02-10 Thread waqas
Hi all, I have listener which listens on a topic named, and I consume itAnd i needed another topic to be listened, so i added the topic to the same listener and now it wont show any message from thereHere is the Code http://hastebin.com/ivasadomuk.javaAny suggestions ? Thanks, -- View this mess