Skip to content
Snippets Groups Projects

Update rcrmq class

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/feat-update-rcrmq into feat-cod-rmq

The previous design was based 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 an 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, saving queue name as a single variable inside the instance is not viable anymore.

Merge request reports

Approval is optional

Merged by avatar (Jun 3, 2025 10:01am UTC)

Merge details

  • Changes merged into feat-cod-rmq with 9e2f78c2.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading