[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JMS specific columns in DB

timfox do-not-reply at jboss.com
Tue Feb 6 12:28:01 EST 2007


Also bear in mind that JBoss MQ, does not store the jms headers in separate columns, so it's not as if people who are used to JBossMQ will be losing out:

JBosMQ:

  |       CREATE_MESSAGE_TABLE = CREATE TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, \
  |          DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), \
  |          MESSAGEBLOB BLOB, PRIMARY KEY (MESSAGEID, DESTINATION) )
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012050#4012050

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012050



More information about the jboss-dev-forums mailing list