Fanout:广播,将消息交给所有绑定到交换机的队列。 Direct:定向,把消息交给符合指定routing key的队列。 Topic:通配符,把消息交给符合routing pattern(路由模式)的队列。 Header:取消routing key,使用Header中的key/value匹配队列