具体没有太了解,想学习下rabbitmq相关,现在只是简单了解exchange declare,queue declare,以及queue bind, 其它的希望求解惑
exchangeDeclareNoWait
exchangeDeclarePassive
exchangeDelete
exchangeUnbindNoWait
queueDeclareNoWait
queueDeclarePassive
queueDelete
queueBind
queueBindNoWait
queuePurge
queueUnbind
queueUnbindNoWait
python就参考这篇吧:
https://www.cnblogs.com/shenh/p/10497244.html
最好先看视频学习一下,不然比较难搞懂。