pclovec wrote:
thanks. i got it . for this issue i try to do it. but seems doens't work
1. first i stop qpidd service on my linux machine.
2. i running this
qpidd -p 60012 --load-module /usr/lib/qpidd/libbdbstore.so --config
/etc/qpidd.conf --data-dir /mrgdata/data/ --store-dir /mrgdata/store/
Which distribution are you using? Do you have a MRG subscription, are
you using the free packages in Fedora, or are you building from source?
You can add the --trace option to the command line and get detailed
logging and tracing. This will tell you whether the store was loaded
properly and where it is storing data.
Also, messages are only stored to the disk if the queue is declared as
"durable" and the messages have a delivery-mode of "persistent".
-Ted