Rob Godfrey created QPID-4763:
---------------------------------

             Summary: [Java Broker] Create generic JDBC store  
                 Key: QPID-4763
                 URL: https://issues.apache.org/jira/browse/QPID-4763
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
            Priority: Minor
             Fix For: 0.23


The Java Broker currently has code to allow for using Derby as an in-process 
store.  It is relatively trivial to modify this code to allow for the use of 
any JDBC compliant database as an external store provider (though performance 
is unlikely to be impressive).  The advantage of using an external JDBC store 
is the ability for third party libraries to easily inspect the store, and for 
storage to be provided by existing infrastructure.

Some tweaking of the store is necessary for those parts which create the tables 
since SQL92 datatypes are not universally implemented.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to