On Thu, 2015-09-03 at 13:43 -0500, jjw tectec wrote: > Hello, > > I'm trying to make my qpid broker persistent, but have been getting > some > issues. ... > When starting the broker, using the following command (with an empty > qpidd.conf): > ./qpidd -p 5672 --config ../../etc/qpidd.conf --auth no --storage > -provider > ./linearstore.so >
Note that for obscure reasons the --storage-provider option is only useful on windows (to allow the store plugin module to select between its 2 other storage modules). On Unix you can only have a single store loaded. I think that even though it does nothing the store module is still built and installed! > The console output says "no storage provider available". How can I > specify > a storage provider here? I thought "--storage-provider > ./linearstore.so" > was trying to achieve the purpose. No? No, as above it is only useful on windows! It could be made to work on Unix too, but so far no one has cared enough. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org