I’m using Derby DB as storage for my Qpid broker. Trying to figure out where Derby store the data files when running as embedded db.
Anyone has a clue where the files are located or how to set the directory to use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should set the following variables:
QPID_HOME– specifies where your install of Qpid exists, used for broker lookups of files etcQPID_WORK– defines location of all working files created by the broker including log and db (i.e. BDB if used). Note that theQPID_WORKvariable defaults to the current user’s home directory if not set.