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