Topics

不要亂摸發表於2018-01-22

Topic exchange

傳送到topic型別的exchange的訊息不能是任意的routing_key,必須是以圓點分隔的單詞列表。單詞任意,比如:"stock.usd.nyse"、"nyse.vmw"、"quick.orange.rabbit"。最多255位元組。

 

exchange型別總結:

fanout:廣播給所有已知的佇列

direct:按routing_key投遞

topic:也是按routing_key投遞,但是對routing_key有格式要求。如果不用"."和"#",那麼跟direct是一樣的

header:根據訊息中的header屬性路由,而不是根據routing_key