Re: 1 Queue with 2 Consumers - turn off pre-fetching?

2011-10-26 Thread Praveen M
Hi Jakub, Thanks for your reply. Yes I did find the prefetch model and reran my test and now ran into another issue. I set the prefetch to 1 and ran the same test described in my earlier mail. In this case the behavior I see is, The 1st consumer gets the 1st message and works on it for a while,

RE: Apache Qpid 0.10 --- 64bit Version

2011-10-26 Thread Steve Huston
Hi Hamid, Boost is used extensively inside Qpid, and the DLLs are needed at runtime. The header files are included with the installer to allow one to build the source code examples. If you are going to build a 64-bit Qpid, you'll need a 64-bit Boost build as well. -Steve > -Original Message

Re: Apache Qpid 0.10 --- 64bit Version

2011-10-26 Thread Hamid.Shahid
Thank you, Steve & Chuck... I am having problems in extracting the files Chuck mentioned for VS2008. Also, I want to know that what is the purpose of Boost? because the windows installer I used to install the qpid broker from the link above also created directories like Boost and QPID but I requ

Re: 1 Queue with 2 Consumers - message delivery order?

2011-10-26 Thread Jakub Scholz
Hi Praveen, Have you set the capacity / prefetch for the receivers to one message? I believe the capacity defines how many messages can be "buffered" by the client API in background while you are still processing the first message. That may cause that both your clients receive 5 messages, even whe