git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-27 20:29:56 +00:00
parent 4d98e83184
commit 28316bb0bb
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
public void doRemoveMessage(TransactionContext c, long seq) throws SQLException, IOException {
PreparedStatement s = c.getAddMessageStatement();
PreparedStatement s = c.getRemovedMessageStatement();
try {
if( s == null ) {
s = c.getConnection().prepareStatement(statements.getRemoveMessageStatment());