Skip to content

IBMMQ#5350

Draft
ramonsmits wants to merge 20 commits intomasterfrom
ibmmq
Draft

IBMMQ#5350
ramonsmits wants to merge 20 commits intomasterfrom
ibmmq

Conversation

@ramonsmits
Copy link
Member

No description provided.

* Introduced `ServiceControl.Transports.IBMMQ` with necessary configurations, transport customization, and manifest file.
* Added `ServiceControl.Transports.IBMMQ.Tests` to verify IBM MQ transport functionality.
* Updated `ServiceControl.slnx`, `nuget.config`, and `Directory.Packages.props` to include IBM MQ dependencies and projects.
Replace NoOpQueueLengthProvider with a real implementation that
connects to the queue manager and queries CurrentDepth via MQOO_INQUIRE.
Connection properties are parsed from the MQ URI connection string,
matching the same format used by the transport manifest sample.
Resolve breaking API renames: namespace IbmMq → IBMMQ,
types IbmMqTransport → IBMMQTransport, IbmMqTransportOptions → IBMMQTransportOptions.
- Add IBMMQ to test matrix (Linux only)
- Add IncludeInIBMMQTestsAttribute and TestsFilter for test filtering
- Pass connection string via env block on run-tests step
- Unify TestConnectionDetails to read ServiceControl_TransportTests_IBMMQ_ConnectionString
- Fix csproj artifact destination from Transports\MSMQ to Transports\IBMMQ
- Remove Windows-only condition (was copy-pasted from MSMQ)
- Add IBMMQ to TransportNames and packaging approval files
Extract shared connection URI parsing into ConnectionProperties helper
and implement DLQ depth check using MQQueueManager.DeadLetterQueueName.
Also remove unused MSMQ-era package references.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant