mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3872 - fix up typo in blob adapter
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1376100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c73104152
commit
5ed1ce50da
|
@ -55,7 +55,7 @@ public class BlobJDBCAdapter extends DefaultJDBCAdapter {
|
|||
|
||||
String addMessageStatement = "INSERT INTO "
|
||||
+ statements.getFullMessageTableName()
|
||||
+ "(ID, MSGID_PROD, MSGID_SEQ, CONTAINER, EXPIRATION, PRIORITY, MSG) VALUES (?, ?, ?, ?, ?, ?, empty_blob(), empty_blob())";
|
||||
+ "(ID, MSGID_PROD, MSGID_SEQ, CONTAINER, EXPIRATION, PRIORITY, MSG, XID) VALUES (?, ?, ?, ?, ?, ?, empty_blob(), empty_blob())";
|
||||
statements.setAddMessageStatement(addMessageStatement);
|
||||
|
||||
String findMessageByIdStatement = "SELECT MSG FROM " +
|
||||
|
|
Loading…
Reference in New Issue