refactor(microservices): fix the typo 'RQM_' to 'RMQ_'#15787
Merged
kamilmysliwiec merged 2 commits intonestjs:v12.0.0from Feb 16, 2026
Merged
refactor(microservices): fix the typo 'RQM_' to 'RMQ_'#15787kamilmysliwiec merged 2 commits intonestjs:v12.0.0from
kamilmysliwiec merged 2 commits intonestjs:v12.0.0from
Conversation
Pull Request Test Coverage Report for Build 62dbcdb0-3a28-423f-9057-3ad0c21adf23Details
💛 - Coveralls |
1 task
Author
|
I've tested the failing WebSocket tests locally, and they all pass. Also, all RabbitMQ-related tests are passing in the CI environment. Let me know if you think there's anything I should double-check, or if you could please re-run the CI / advise on the next steps. |
77deb79 to
97c1e25
Compare
Hardanish-Singh
approved these changes
Dec 7, 2025
Member
|
Could you rebase to v12.0.0 branch? |
97c1e25 to
d67a2ee
Compare
Author
|
@kamilmysliwiec |
Member
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Some RabbitMQ-related constants use the
RQM_prefix while others useRMQ_, causing inconsistency in naming.Issue Number: #15786
What is the new behavior?
All constants related to RabbitMQ now consistently use the
RMQ_prefix instead ofRQM_.Does this PR introduce a breaking change?
Other information