# File lib/amq/client/async/exchange.rb, line 89 def predefined? @name && !!(@name =~ /^amq\.(direct|fanout|topic|headers|match)/i) end