Port RabbitMQ URL placeholder description and custom builders/formatters doc to 4.3.0 - #2350
Port RabbitMQ URL placeholder description and custom builders/formatters doc to 4.3.0#2350ChaninduImanjith wants to merge 3 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Ports documentation updates to the 4.3.0 branch to clarify (1) the RabbitMQ send-URI placeholder behavior and (2) how to configure custom message builders/formatters when running in blocking mode.
Changes:
- Added a
placeholderrow to the RabbitMQ transport send parameters table. - Added a new section describing
blocking.custom_message_builders/blocking.custom_message_formattersTOML configuration for blocking mode.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| en/docs/reference/synapse-properties/transport-parameters/rabbitmq-transport-parameters.md | Documents the RabbitMQ send-URI placeholder parameter behavior. |
| en/docs/install-and-setup/setup/message-builders-formatters/message-builders-and-formatters.md | Adds blocking-mode configuration guidance for custom message builders/formatters. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| The `custom_message_builders` and `custom_message_formatters` configurations shown above apply to non-blocking transports. | ||
|
|
||
| When the WSO2 Integrator: MI runs in blocking mode, use the following configurations instead. |
| class = "<message_formatter_class>" | ||
| ``` | ||
|
|
||
| These configurations function similarly to their non-blocking equivalents, but are applied only when the WSO2 Integrator: MI uses blocking transport. No newline at end of file |
18c84ee to
93de9ad
Compare
|
Ported the RabbitMQ address URL format changes from baed986 to this branch as well. @SanojPunchihewa |
Purpose
Resolves #1884
Goals
Port the RabbitMQ URL placeholder description and custom builders/formatters documentation updates from PR #1870 to the 4.3.0 branch.
Approach
placeholderparameter row to the RabbitMQ transport parameters table in the sending messages section.User stories
As a WSO2 MI developer, I want to understand the RabbitMQ URL placeholder parameter and how to configure custom message builders/formatters in blocking mode so that I can properly configure my integration.
Release note
Documentation updated to include the RabbitMQ URL placeholder parameter description and custom builders/formatters configuration for blocking mode transport.
Documentation
en/docs/install-and-setup/setup/message-builders-formatters/message-builders-and-formatters.mden/docs/reference/synapse-properties/transport-parameters/rabbitmq-transport-parameters.mdTraining
N/A
Certification
N/A - Documentation-only update.
Marketing
N/A
Automation tests
N/A - No code changes introduced.
Security checks
Samples
N/A
Related PRs
#1870, #1884
Migrations
N/A
Test environment
Tested on Fedora OS (local documentation verification).
Learning
N/A