> -----Original Message----- > From: shahnazmt [mailto:[email protected]] > Sent: Wednesday, December 23, 2009 6:09 AM > To: [email protected] > Subject: Enabling persistence in qpid broker > > > > I am trying to run qpid broker on Windows XP. We want to > enable persistence. > We are loading an external third party module - which is > Berkely DB. We are using the following command line arguments > for starting the broker in persistence mode > > qpidbroker.exe --auth no --load-module libdb48.dll --data-dir > c:\Test -t
Are you trying to load the database dll itself? You need to load a specifically designed persistence provider dll. There is one in the 0.6 RC being developed now. You appear to be using 0.5, so if you upgrade to 0.6 you'll have a persistence provider based on MS SQL Express. > However when we are starting the broker we are getting the > following message. "No message store configured, persistence > is disabled." > > When the broker is restarted, the messages are not persistent. Please let us know if you try 0.6. -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
