Re: QPID: message ordering

2011-03-02 Thread Sergey_Zhemzhitsky
Hi Gordon, We have a queue with market data, sometimes we need to resend all the data and we would like to process the most recent data earlier in that case. Best Regards, Sergey Zhemzhitsky Gordon Sim 02.03.2011 19:12 Please respond to users@qpid.apache.org To users@qpid.apache.org cc

RE: Qpid version and language interoperatability?

2011-03-02 Thread Hickerson, David A
Thanks, Dave -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Wednesday, March 02, 2011 9:44 AM To: users@qpid.apache.org Subject: Re: Qpid version and language interoperatability? On 02/28/2011 07:56 PM, Hickerson, David A wrote: > I working with a group that is using

Re: Qpid version and language interoperatability?

2011-03-02 Thread Gordon Sim
On 02/28/2011 07:56 PM, Hickerson, David A wrote: I working with a group that is using Qpid 0.6 with a Java Broker. I am needing to use the C++ version of the client code to compile with some existing code. Will Qpid 0.6 Java work with the Qpid 0.8 C++? Yes, I can confirm that it will. -

Re: QPID: message ordering

2011-03-02 Thread Gordon Sim
On 03/02/2011 01:40 PM, sergey_zhemzhit...@troika.ru wrote: Maybe I have not properly understood LVQ. I thought that LVQ allows to read messages in reverse order. An LVQ allows a messages to be 'updated', i.e. replaced by a newer messages which has the same value for a given property. It i

acknowledgement message not going out of queue after being consumed

2011-03-02 Thread rinkeshmodi
Hi, I am using the request response example of java client. Instead of using temporary queue in Client I have used a queue defined in vitualhosts.xml for receiving acknowledgements from Server. But after the server has sent the acknowledgement, the Client recieves it and consumes it. But in JMX

Re: Qpid version and language interoperatability?

2011-03-02 Thread Robbie Gemmell
The 0.6 release of the Java broker did support 0-10 (it was the frist release to do so) and so should technically work with the C++ client. I would note however that there have been several extremely significant fixes made to the Java broker since both 0.6 and 0.8 released went out, so I would sugg

Re: QPID: message ordering

2011-03-02 Thread Carl Trieloff
On 03/02/2011 08:40 AM, sergey_zhemzhit...@troika.ru wrote: aybe I have not properly understood LVQ. I thought that LVQ allows to read messages in reverse order. It is a nice feature to have, so that we will be able to read the most recent messages in the first place. That would most likely nee

Re: QPID: message ordering

2011-03-02 Thread Sergey_Zhemzhitsky
Hi Gordon, Maybe I have not properly understood LVQ. I thought that LVQ allows to read messages in reverse order. It is a nice feature to have, so that we will be able to read the most recent messages in the first place. Best Regards, Sergey Zhemzhitsky Gordon Sim 02.03.2011 16:14 Please

Re: QPID: message ordering

2011-03-02 Thread Gordon Sim
On 03/02/2011 08:47 AM, sergey_zhemzhit...@troika.ru wrote: Hi there, I have some questions regarding message ordering. Could you please help? 1. Is it possible to read messages from the queue in reverse order to get the most recent messages? No 2. If queue is declared as LVQ is it possible

Re: In the C++ cmake, is there a clean target?

2011-03-02 Thread Brad Hubbard
On 03/02/2011 10:47 PM, Steve Huston wrote: >> -Original Message- >> From: Brad Hubbard [mailto:b...@brand-hubs.com] >> >> You can do "make distclean" in the cpp directory and run >> ./configure again if that's what you mean? > > Those steps will work for the autoconf-based build on Lin

RE: In the C++ cmake, is there a clean target?

2011-03-02 Thread Steve Huston
> -Original Message- > From: Brad Hubbard [mailto:b...@brand-hubs.com] > Sent: Wednesday, March 02, 2011 5:48 AM > To: users@qpid.apache.org > Subject: Re: In the C++ cmake, is there a clean target? > > > On 03/02/2011 04:02 AM, Hickerson, David A wrote: > > Hi, > > > > I was wondering

Re: In the C++ cmake, is there a clean target?

2011-03-02 Thread Brad Hubbard
On 03/02/2011 04:02 AM, Hickerson, David A wrote: > Hi, > > I was wondering if there is a clean target in the cmake for the C++ build to > regenerate the build files with a different set of settings. You can do "make distclean" in the cpp directory and run ./configure again if that's what you me

QPID: message ordering

2011-03-02 Thread Sergey_Zhemzhitsky
Hi there, I have some questions regarding message ordering. Could you please help? 1. Is it possible to read messages from the queue in reverse order to get the most recent messages? 2. If queue is declared as LVQ is it possible to use durable messages in the latest version of qpid? 3. Is it po