[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1172) Implement JDBCPersistenceManager

Tim Fox (JIRA) jira-events at lists.jboss.org
Wed May 28 02:55:49 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBMESSAGING-1172?page=comments#action_12414511 ] 
            
Tim Fox commented on JBMESSAGING-1172:
--------------------------------------

Tyronne-

I'd strongly suggest you start working on trunk.

Have a look at the new interfaces - in particular Journal And JournalStorageManager, and see how your stuff fits into that.

You can create a new package on trunk so you're not effecting anything else.

Things have changed quite a lot, so any questions (I'm sure there will be) don't hesitate to ask.



> 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