Open
Conversation
Adds comprehensive transport guidance for the IBM MQ transport, following existing patterns from RabbitMQ, PostgreSQL, and other transport documentation. New pages: - Transport overview with features, advantages, and configuration - Connection settings (basic, HA, SSL/TLS, message processing) - Publish/subscribe topology (topic-per-event, polymorphism, naming) - Transaction support (SendsAtomicWithReceive, ReceiveOnly, None) - Native integration (MQMD/MQRFH2 message structure) - Operations scripting (CLI tool and runmqsc commands) Infrastructure: - Registered IbmMq component in components.yaml - Added NuGet alias mapping in nugetAlias.txt - Added core-dependencies version mapping - Added IBM MQ section to navigation menu - Added IBM MQ to supported transports index - Added IBM MQ to transport selection guide
- index.md: Remove implementation details (ResourceNameSanitizer code, MQPER_PERSISTENT constants, character set lists). Keep as user-facing overview with links to detail pages. - transactions.md: Remove MQ-specific internals (MQPMO_SYNCPOINT, MQQueueManager connection sharing). Keep conceptual descriptions. - topology.md: Remove detailed implementation steps and topic naming customization code. Keep diagrams and user-facing concepts. Link to connection-settings for configuration details. - native-integration.md: Tone down MQ internals while keeping the essential interop information. - connection-settings.md: Absorb topic naming configuration, resource name sanitization, and message persistence from other pages.
Add mermaid diagram showing how receive, send, and publish operations are committed or rolled back as a single unit. Clarify that database operations are not part of the transport transaction and link to the Outbox feature.
9d886c2 to
d1ffa96
Compare
- component frontmatter used `IbmMq` but components.yaml key is `IBMMQ` - GitHubOwner was `ParticularLabs` but repo lives under `Particular` - IBM MQ was missing from the transaction support matrix
Wildcard version (1.0.0-*) is not allowed for prerelease components by the integrity tests. Pin to 1.0.0-alpha.1.
irinascurtu
approved these changes
Mar 10, 2026
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.
No description provided.