As part of AbortSlowConsumerStrategy, Active MQ sends down a command to close the consumer if it finds a consumer to be slow but on the consumer/client side, failover transport protocol implementation does not seem to handle this Consumercontrol command, it fails saying, "ERROR: Unknown Command - ConsumerControl.."; Is there a better way to abort the consumer instead of receiving errors?
Please note that consumer is in DotNet using Apache.NMS library.