File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" NServiceBus.Transport.IbmMq " Version =" 1.0.0-*" />
8+ <PackageReference Include =" NServiceBus.Transport.IBMMQ " Version =" 1.0.0-*" />
99 </ItemGroup >
1010
1111</Project >
Original file line number Diff line number Diff line change 11using System ;
2- using NServiceBus . Transport . IbmMq ;
2+ using NServiceBus . Transport . IBMQMQ ;
33
44#region ibmmq-custom-topic-naming-class
55
Original file line number Diff line number Diff line change 11using System ;
22using NServiceBus ;
3- using NServiceBus . Transport . IbmMq ;
3+ using NServiceBus . Transport . IBMMQ ;
44
55class Usage
66{
Original file line number Diff line number Diff line change 5353 NugetOrder :
5454 - NServiceBus.AmazonSQS
5555
56- - Key : IbmMq
56+ - Key : IBMMQ
5757 Name : IBM MQ Transport
5858 DocsUrl : /transports/ibmmq
5959 GitHubOwner : ParticularLabs
6060 Category : Transport
61- ProjectUrl : https://github.com/ParticularLabs /NServiceBus.IBMMQ
61+ ProjectUrl : https://github.com/Particular /NServiceBus.Transport .IBMMQ
6262 NugetOrder :
63- - NServiceBus.Transport.IbmMq
63+ - NServiceBus.Transport.IBMMQ
6464
6565- Key : ASB
6666 Name : Azure Service Bus Transport (Legacy)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Heartbeats4: ServiceControl.Plugin.Nsb4.Heartbeat
3030Heartbeats5: ServiceControl.Plugin.Nsb5.Heartbeat
3131Heartbeats6: ServiceControl.Plugin.Nsb6.Heartbeat
3232Heartbeats: NServiceBus.Heartbeat
33- IbmMq : NServiceBus.Transport.IbmMq
33+ IBMMQ : NServiceBus.Transport.IBMMQ
3434Host: NServiceBus.Host
3535Log4Net: NServiceBus.Log4Net
3636MessageInterfaces: NServiceBus.MessageInterfaces
Original file line number Diff line number Diff line change 22title : IBM MQ Transport Scripting
33summary : Command-line tool and scripts for managing IBM MQ transport infrastructure
44reviewed : 2026-02-19
5- component : IbmMq
5+ component : IBMMQ
66related :
77 - nservicebus/operations
88---
@@ -11,14 +11,14 @@ The IBM MQ transport includes a command-line tool for creating and managing tran
1111
1212## Command-line tool
1313
14- The ` NServiceBus.Transport.IbmMq .CommandLine ` package provides the ` ibmmq-transport ` CLI tool for managing IBM MQ resources.
14+ The ` NServiceBus.Transport.IBMMQ .CommandLine ` package provides the ` ibmmq-transport ` CLI tool for managing IBM MQ resources.
1515
1616### Installation
1717
1818Install the tool globally:
1919
2020``` bash
21- dotnet tool install -g NServiceBus.Transport.IbmMq .CommandLine
21+ dotnet tool install -g NServiceBus.Transport.IBMMQ .CommandLine
2222```
2323
2424### Connection options
You can’t perform that action at this time.
0 commit comments