mirror of https://github.com/apache/activemq.git
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:
parent
e8b12e4eaf
commit
c0af1f5116
|
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue