[ 
https://issues.apache.org/activemq/browse/AMQ-660?page=comments#action_35946 ] 

Hiram Chirino commented on AMQ-660:
-----------------------------------

Hi Johan,

The tables look like:

CREATE TABLE ACTIVEMQ_MSGS(ID INTEGER NOT NULL, CONTAINER VARCHAR(250) ASCII, 
MSGID_PROD VARCHAR(250), MSGID_SEQ INTEGER, EXPIRATION INTEGER, MSG LONG BYTE, 
PRIMARY KEY ( ID ) )

CREATE TABLE ACTIVEMQ_ACKS(CONTAINER VARCHAR(250) ASCII NOT NULL, CLIENT_ID 
VARCHAR(250) ASCII NOT NULL, SUB_NAME VARCHAR(250) ASCII NOT NULL, SELECTOR 
VARCHAR(250) ASCII, LAST_ACKED_ID INTEGER, PRIMARY KEY ( CONTAINER, CLIENT_ID, 
SUB_NAME))

> Add support for MaxDB
> ---------------------
>
>          Key: AMQ-660
>          URL: https://issues.apache.org/activemq/browse/AMQ-660
>      Project: ActiveMQ
>         Type: New Feature

>   Components: Message Store
>     Reporter: Hiram Chirino
>     Assignee: Hiram Chirino
>      Fix For: 4.0 RC 2
>  Attachments: activemq.log
>
>
> Originaly reported on the user mailing list:
> http://www.nabble.com/Adding-support-for-MaxDB-in-ActiveMQ-JDBC-persistence-layer-t1334466.html#a3572564

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to