Skip to content

Commit d1ffa96

Browse files
committed
Package and namespace rename
1 parent f04d59e commit d1ffa96

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Snippets/IbmMq/IbmMq_1/IbmMq_1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

Snippets/IbmMq/IbmMq_1/ShortTopicNaming.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using NServiceBus.Transport.IbmMq;
2+
using NServiceBus.Transport.IBMQMQ;
33

44
#region ibmmq-custom-topic-naming-class
55

Snippets/IbmMq/IbmMq_1/Usage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using NServiceBus;
3-
using NServiceBus.Transport.IbmMq;
3+
using NServiceBus.Transport.IBMMQ;
44

55
class Usage
66
{

components/components.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
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)

components/nugetAlias.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Heartbeats4: ServiceControl.Plugin.Nsb4.Heartbeat
3030
Heartbeats5: ServiceControl.Plugin.Nsb5.Heartbeat
3131
Heartbeats6: ServiceControl.Plugin.Nsb6.Heartbeat
3232
Heartbeats: NServiceBus.Heartbeat
33-
IbmMq: NServiceBus.Transport.IbmMq
33+
IBMMQ: NServiceBus.Transport.IBMMQ
3434
Host: NServiceBus.Host
3535
Log4Net: NServiceBus.Log4Net
3636
MessageInterfaces: NServiceBus.MessageInterfaces

transports/ibmmq/operations-scripting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IBM MQ Transport Scripting
33
summary: Command-line tool and scripts for managing IBM MQ transport infrastructure
44
reviewed: 2026-02-19
5-
component: IbmMq
5+
component: IBMMQ
66
related:
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

1818
Install 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

0 commit comments

Comments
 (0)