[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1172) Implement JDBCPersistenceManager
Tim Fox (JIRA)
jira-events at lists.jboss.org
Tue May 27 11:11:49 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1172?page=all ]
Tim Fox updated JBMESSAGING-1172:
---------------------------------
Actually the jdbc persistence manager should be a jdbc journal.
I.e. it records add/update/delete messages exactly as our other journal. This should simplify the implementation - it will only require a single table.
> Implement JDBCPersistenceManager
> --------------------------------
>
> Key: JBMESSAGING-1172
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1172
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assigned To: Tyronne Wickramarathne
> Fix For: 2.0.0 Beta
>
>
> Although JDBC is not the main form of message persistence in JBM 2.0, we still need a JDBC PersistenceManager implementation, mainly we so we can work out of the box in the distro, without switching to the BDB persistence manager which we can't distribute due to licensing restrictions.
> The JDBCPersistenceManager should use Hibernate dialects so we don't have to maintain separate configuration for each database.
> The implementation should use two tables to store the message data, one for messages and one for message references. This would probably have a very similar structure to the JBM_MSG and JBM_MSG_REF tables currently used in JBM 1.4.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list