On 10/28/2010 08:01 AM, [email protected] wrote:
Does anyone have meet such issue? I found that the problem is C++ client side code. When two C++ subscribers subscribe to one queue, why only one of the subscribers can get message when publish to this queue? When I use Java client side, it works fine.
What does your c++ client look like? It may be that the prefetch specified is resulting in the first client taking all the messages - you can reduce the prefetch to address that if needed.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
