HI Steve, No, i didn't I simply started consumers and queues got created ? Should I define queues durable to get this behavior of persistent ?
Regards Lahiru On Wed, Dec 1, 2010 at 11:49 PM, Steve Huston <shus...@riverace.com> wrote: > Hi Lahiru, > > Are you declaring the queues "durable"? > > -- > Steve Huston, Riverace Corporation > Total Lifecycle Support for Your Networked Applications > http://www.riverace.com > > > > -----Original Message----- > > From: Lahiru Gunathilake [mailto:glah...@gmail.com] > > Sent: Wednesday, December 01, 2010 12:48 PM > > To: users@qpid.apache.org > > Subject: Qpid C++ broker message persistency > > > > > > Hi all, > > > > I have started Qpid C++ broker with following configuration > > in qpidd.conf file > > > > auth=no > > default-queue-limit=0 > > staging-threshold=1000000 > > data-dir=/home/lahiru/client/qpidc-0.8/build/persistent > > max-session-rate=0 > > enable-qmf2=yes > > worker-threads=4 > > > > You can see that I have specified a data-dir for persistence, > > and after let the broker run with around 10 queues and I > > stoped the broker and try to restart and I do not see any of > > the queues's or messages which was there before I shutdown > > the broker ? > > > > Can someone please advice, If I want to get the behaviour of > > persistence if Qpid instance shutdown, how should I configure > > C++ broker ? > > Ex: in the above case when I shutdown the broker if there > > were 100 message in Queue A, when I start it again can I have > > the same state of the broker ? > > > > Thanks in advance > > > > Lahiru > > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:users-subscr...@qpid.apache.org > >