Port RabbitMQ URL placeholder description and custom builders/formatters doc to 4.4.0 - #2349
Port RabbitMQ URL placeholder description and custom builders/formatters doc to 4.4.0#2349ChaninduImanjith 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.4.0 branch to clarify RabbitMQ URL placeholder behavior and explain how to configure custom message builders/formatters when running in blocking mode.
Changes:
- Added a
placeholderentry to the RabbitMQ send transport parameters table. - Added a new section describing
[[blocking.custom_message_builders]]and[[blocking.custom_message_formatters]]TOML configuration.
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 URL placeholder behavior in the send-parameters table. |
| en/docs/install-and-setup/setup/message-builders-formatters/message-builders-and-formatters.md | Adds blocking-mode configuration guidance for custom message builders and 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 |
471da5e to
17dc969
Compare
|
@ChaninduImanjith Thanks for the contribution! We may also need to port the changes from baed986, as that's the PR where we added the |
|
Purpose
Resolves #1884
Goals
Port the RabbitMQ URL placeholder description and custom builders/formatters documentation updates from PR #1870 to the 4.4.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
Migrations
N/A
Test environment
Tested on Fedora OS (local documentation verification).
Learning
N/A