Derby Store The Java broker has a message store implementation backed by Apache Derby. This section will detail configuration for using the DerbyMessageStore.
Configuration In order to use the DerbyMessageStore, you must configure it for each VirtualHost desired by updating the store element to specify the associated store class and provide a directory location for the data to be written, as shown below. Configuring a VirtualHost to use the DerbyMessageStore vhostname org.apache.qpid.server.store.DerbyMessageStore ${QPID_WORK}/derbystore/vhostname ... ]]>