resolved class cast exception

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-03-10 17:38:46 +00:00
parent e8b12e4eaf
commit c0af1f5116
1 changed files with 1 additions and 1 deletions

View File

@ -1609,7 +1609,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
} }
@Override @Override
public Response processWireFormat(WireFormatInfo info) throws Exception { public Response processWireFormat(WireFormatInfo info) throws Exception {
onConsumerControl((ConsumerControl) command); onWireFormatInfo((WireFormatInfo) command);
return null; return null;
} }
}); });