# File lib/mcollective/connector/rabbitmq.rb, line 239 def stomp_version_supports_heartbeat? return Util.versioncmp(stomp_version, "1.2.10") >= 0 end