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/

open qpidd service . and using 60012 port

3. i running c++ borker  .
./fanout_producer
./listener

it can post message and get message .  but i alos can't find any store data
file in my desk such as "/mrgdata/store/" this folder not changed. so i'm
not sure these message have saved in the disk?

thanks for you help .


-----------------------------------------------------------------------------------------------------------------------------

>    --i try to configre qpidd.conf file  and setup up the data-dir and
> store-dir  but when i finish ,and check the folder .it seems no change
>
>    qpidd.conf in /etc/qpidd.conf. and using service qpidd restart
>   

Data dir and store dir will only be populated with contents when used, 
and if the store module
is loaded. make sure you have the store.so installed on the module-dir 
or do a group install
for messaging.


-- 
View this message in context: 
http://www.nabble.com/some-qpid-and-MRG-question.-tp21314319p21318333.html
Sent from the Qpid Developers mailing list archive at Nabble.com.

Reply via email to