Forked from
rc / rabbitmq_agents
166 commits behind the upstream repository.
-
Bo-Chun Chen authored
The previous design was base on these assumptions: RCRMQ instance only need to do either publish or consume RCRMQ instance only need to interact with one single queue However, in order to perform RPC-like call, an instance will need to do both publish and consume. In addition, publish and consume are not necessary to the same queue. So, save queue name as single variable inside the instance is not viable anymore.
00fa2adf
rc_rmq.py 3.59 KiB