AI agents: use the documentation index at llms.txt to locate machine-readable pages. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

Search Results for "msmq"

Target NServiceBus Version:

Documentation

  • Uninstalling the MSMQ Service
    Parent Location: transports / msmq
    How to remove the Microsoft Messaging Queue (MSMQ) service.
  • Viewing MSMQ content
    Parent Location: transports / msmq
    Provides options for visualizing messages and queues in MSMQ.
  • Scaling out MSMQ endpoints
    Parent Location: transports / msmq
    How to scale out when using the MSMQ transport.
  • MSMQ Transport Troubleshooting
    Parent Location: transports / msmq
    MSMQ Transport troubleshooting for NServiceBus to resolve common errors like duplicate QMId, quota limits, VPN delivery issues, and undelivered messages.
  • Setup Queue Length Metrics Reporting for the MSMQ Transport
    Parent Location: monitoring / metrics
    Setup MSMQ queue length metrics reporting for NServiceBus endpoints and forward data to ServiceControl for improved monitoring.
  • Security Advisory 2017-01-10
    Parent Location: security-advisories
    MSMQ permissions vulnerability.
  • Using Fully Qualified Domain Names
    Parent Location: transports / msmq
    How to use Fully Qualified Domain Names (FQDN) for MSMQ routing with NServiceBus.
  • Management using PowerShell
    Parent Location: transports / msmq
    Install the infrastructure for NServiceBus on servers using PowerShell.
  • Messaging Bridge
    Parent Location: nservicebus
    Nuget Package: NServiceBus.MessagingBridge 5.x
    Connect endpoints in a system that use different transports with the messaging bridge.
  • Bridge performance
    Parent Location: nservicebus / bridge
    Nuget Package: NServiceBus.MessagingBridge 5.x
    Performance considerations and scaling out the NServiceBus Messaging Bridge.
  • Bridge configuration options
    Parent Location: nservicebus / bridge
    Nuget Package: NServiceBus.MessagingBridge 5.x
    Configuration options for the messaging bridge.
  • Published Advisories
    Parent Location: security-advisories
    > [!NOTE] > Third-party dependency vulnerability patch information can be found [here](dependency-vulnerabilities.md) * [Security Advisory...
  • Deploying ServiceControl Monitoring instances using PowerShell
    servicecontrol / monitoring-instances / deployment
    The `Particular.ServiceControl.Management` module can be installed from the [PowerShell...
  • Deploying ServiceControl to a Cluster
    Parent Location: servicecontrol
    A guide to deploying ServiceControl on a Windows failover cluster.
  • Deploying ServiceControl Error instances using PowerShell
    servicecontrol / servicecontrol-instances / deployment
    A guide to setting up and deploying ServiceControl Error instances using PowerShell. Prerequisites, installation and deployment.
  • Deploying ServiceControl Audit instances using PowerShell
    servicecontrol / audit-instances / deployment
    The `Particular.ServiceControl.Management` module can be installed from the [PowerShell...
  • Creating queues
    Parent Location: transports
    Nuget Package: NServiceBus 10.x
    Explains how queues are created.
  • Queue Length Metric Troubleshooting
    Parent Location: monitoring / metrics
    Guide to resolving issues with NServiceBus queue length metrics in ServicePulse.
  • Expired heartbeat messages
    Parent Location: monitoring / heartbeats
    NServiceBus endpoints send heartbeat messages with TTBR; expired messages are discarded if unconsumed.
  • Non-Durable Messaging
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 10.x
    Information on how non-durable messaging affects the behaviors of endpoints and message delivery.
  • Operations
    Parent Location: nservicebus
    Operations Table of Contents.
  • Delayed Delivery
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 10.x
    Delay delivery of messages until a later time.
  • Overriding the machine name
    Parent Location: nservicebus / hosting
    Nuget Package: NServiceBus 10.x
    How to override the machine name for NServiceBus endpoints.
  • Transport types
    Parent Location: transports
    A list of all transports offered by the Particular Service Platform.
  • Upgrade from Estimated to Native Queue Length Metric
    Parent Location: monitoring / upgrade-guides
    Upgrade NServiceBus endpoints and ServiceControl from the estimated to the native queue length metric for improved monitoring accuracy.
  • Migrate from on-premises to Azure
    Parent Location: modernization / migrate-to-the-cloud
    Explore migration options for moving legacy NServiceBus systems to Azure enabling incremental cloud adoption and seamless hybrid cloud integration.
  • Migrate from on-premises to AWS
    Parent Location: modernization / migrate-to-the-cloud
    Explore migration options for moving legacy NServiceBus systems to AWS with gradual endpoint transitions and seamless hybrid cloud integration.
  • Hybrid systems
    Parent Location: architecture
    Guidance for hybrid cloud/on-prem, when to use shared vs separate brokers, and how a Messaging Bridge (e.g., NServiceBus Bridge) links the two.
  • GDPR Compliance
    Parent Location: nservicebus / compliance
    Information about PII stored by NServiceBus.
  • Usage scenarios
    Parent Location: nservicebus / bridge
    Scenarios in which the NServiceBus Messaging Bridge can be used in a system.
  • Security
    Parent Location: nservicebus
    Security features for messages, transports, and persisters.
  • Transports
    An overview of the transports available in NServiceBus.
  • Metrics
    Parent Location: monitoring
    Nuget Package: NServiceBus.Metrics 6.x
    Monitor NServiceBus endpoint performance with the Metrics plugin and report data to ServiceControl and visualize in ServicePulse.
  • Send Metrics data to ServiceControl
    Parent Location: monitoring / metrics
    Nuget Package: NServiceBus.Metrics.ServiceControl 6.x
    Install the Metrics plugin to send NServiceBus monitoring data to ServiceControl for centralized performance tracking.
  • Scale out
    Parent Location: nservicebus / gateway
    Information on scaling out the NServiceBus Gateway.
  • Auditing Messages
    Parent Location: nservicebus / operations
    Nuget Package: NServiceBus 10.x
    Send a copy of every successfully processed message to a central place for analysis and compliance purposes.
  • Selecting a transport
    Parent Location: transports
    A guide for selecting the right NServicebus transport.
  • Selecting a persister
    Parent Location: persistence
    A guide for selecting an NServicebus persister.
  • Configure error handling
    Parent Location: nservicebus / recoverability
    Nuget Package: NServiceBus 10.x
    Configure handling of failed messages.
  • Persistence
    Features of NServiceBus requiring persistence include timeouts, sagas, and subscription storage.
  • Installing the Custom Checks Plugin
    Parent Location: monitoring / custom-checks
    Nuget Package: NServiceBus.CustomChecks 6.x
    Enable Custom Checks in NServiceBus to track endpoint reliability, detect issues, and monitor endpoint health with ServiceControl and ServicePulse.
  • Transport configuration
    Parent Location: servicecontrol
    ServiceControl can be configured to use one of the supported message transports, which are configured for each instance type.
  • Publish-Subscribe
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 10.x
    Subscribers tell the publisher they are interested. Publishers store addresses for sending messages.
  • Message routing
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 10.x
    How NServiceBus routes messages between endpoints.

Samples

Documentation

Samples

Documentation

Samples

Documentation

  • MSMQ Transport
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    MSMQ is a solid durable communications technology available on the Windows platform.
  • Uninstalling the MSMQ Service
    Parent Location: transports / msmq
    How to remove the Microsoft Messaging Queue (MSMQ) service.
  • MSMQ Subscription Persistence
    Parent Location: persistence / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    How to configure the MSMQ persistence for subscriptions.
  • Viewing MSMQ content
    Parent Location: transports / msmq
    Provides options for visualizing messages and queues in MSMQ.
  • Scaling out MSMQ endpoints
    Parent Location: transports / msmq
    How to scale out when using the MSMQ transport.
  • Physical routing with MSMQ
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Configuring physical routing with MSMQ transport.
  • MSMQ Dead Letter Queues
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Controlling MSMQ Dead Letter Queue behavior.
  • MSMQ Subscription Authorization
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Managing authorization of subscribers in the MSMQ Transport.
  • MSMQ Transport connection strings
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Detailed connection string information for MSMQ.
  • MSMQ transport delayed delivery
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Explains how delayed delivery works in the MSMQ transport.
  • MSMQ Transport Configuration
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Explains the mechanics of MSMQ transport, its configuration options, and other configuration settings that were coupled to this transport.
  • MSMQ Transport Upgrade Version 1 to 2
    Parent Location: transports / upgrades
    Migration instructions on how to upgrade the MSMQ transport from version 1 to 2.
  • MSMQ native integration
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Sample code and scripts to facilitate native integration scenarios with MSMQ.
  • MSMQ Transport Troubleshooting
    Parent Location: transports / msmq
    MSMQ Transport troubleshooting for NServiceBus to resolve common errors like duplicate QMId, quota limits, VPN delivery issues, and undelivered messages.
  • MSMQ Transport Scripting
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Sample code and scripts to facilitate deployment and operational actions against MSMQ.
  • MSMQ Transport Upgrade Version 2 to 2.0.4
    Parent Location: transports / upgrades
    Migration instructions on how to upgrade the MSMQ transport from version 2 to 2.0.4.
  • Setup Queue Length Metrics Reporting for the MSMQ Transport
    Parent Location: monitoring / metrics
    Setup MSMQ queue length metrics reporting for NServiceBus endpoints and forward data to ServiceControl for improved monitoring.
  • Security Advisory 2017-01-10
    Parent Location: security-advisories
    MSMQ permissions vulnerability.
  • Migrating MSMQ subscription messages
    Parent Location: nservicebus / upgrades / 6to7
    Information on migrating MSMQ's subscription storage from an earlier version of the transport to a later one.
  • Routing system extensibility points for MSMQ
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Extending MSMQ's physical routing.
  • Discarding expired messages
    Parent Location: transports / msmq
    Nuget Package: NServiceBus.Transport.Msmq 1.x
    Using native MSMQ features to discard messages not processed within a specified time window.
  • Using Fully Qualified Domain Names
    Parent Location: transports / msmq
    How to use Fully Qualified Domain Names (FQDN) for MSMQ routing with NServiceBus.
  • Management using PowerShell
    Parent Location: transports / msmq
    Install the infrastructure for NServiceBus on servers using PowerShell.
  • Published Advisories
    Parent Location: security-advisories
    > [!NOTE] > Third-party dependency vulnerability patch information can be found [here](dependency-vulnerabilities.md) * [Security Advisory...
  • Deploying ServiceControl Monitoring instances using PowerShell
    servicecontrol / monitoring-instances / deployment
    The `Particular.ServiceControl.Management` module can be installed from the [PowerShell...
  • Deploying ServiceControl to a Cluster
    Parent Location: servicecontrol
    A guide to deploying ServiceControl on a Windows failover cluster.
  • Deploying ServiceControl Error instances using PowerShell
    servicecontrol / servicecontrol-instances / deployment
    A guide to setting up and deploying ServiceControl Error instances using PowerShell. Prerequisites, installation and deployment.
  • Deploying ServiceControl Audit instances using PowerShell
    servicecontrol / audit-instances / deployment
    The `Particular.ServiceControl.Management` module can be installed from the [PowerShell...
  • Creating queues
    Parent Location: transports
    Nuget Package: NServiceBus 7.x
    Explains how queues are created.
  • Queue Length Metric Troubleshooting
    Parent Location: monitoring / metrics
    Guide to resolving issues with NServiceBus queue length metrics in ServicePulse.
  • Expired heartbeat messages
    Parent Location: monitoring / heartbeats
    NServiceBus endpoints send heartbeat messages with TTBR; expired messages are discarded if unconsumed.
  • Operations
    Parent Location: nservicebus
    Operations Table of Contents.
  • Non-Durable Messaging
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 7.x
    Information on how non-durable messaging affects the behaviors of endpoints and message delivery.
  • Delayed Delivery
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 7.x
    Delay delivery of messages until a later time.
  • Transport types
    Parent Location: transports
    A list of all transports offered by the Particular Service Platform.
  • Upgrade from Estimated to Native Queue Length Metric
    Parent Location: monitoring / upgrade-guides
    Upgrade NServiceBus endpoints and ServiceControl from the estimated to the native queue length metric for improved monitoring accuracy.
  • Migrate from on-premises to Azure
    Parent Location: modernization / migrate-to-the-cloud
    Explore migration options for moving legacy NServiceBus systems to Azure enabling incremental cloud adoption and seamless hybrid cloud integration.
  • Migrate from on-premises to AWS
    Parent Location: modernization / migrate-to-the-cloud
    Explore migration options for moving legacy NServiceBus systems to AWS with gradual endpoint transitions and seamless hybrid cloud integration.
  • Hybrid systems
    Parent Location: architecture
    Guidance for hybrid cloud/on-prem, when to use shared vs separate brokers, and how a Messaging Bridge (e.g., NServiceBus Bridge) links the two.
  • NServiceBus Host
    Parent Location: nservicebus / hosting
    Nuget Package: NServiceBus.Host 8.x
    Avoid writing repeated configuration code, host the endpoints in a Windows Service, and change technologies without code.
  • GDPR Compliance
    Parent Location: nservicebus / compliance
    Information about PII stored by NServiceBus.
  • Discarding Old Messages
    Parent Location: nservicebus / messaging
    Nuget Package: NServiceBus 7.x
    Automatically discard messages if they have not been processed within a given period of time.
  • Usage scenarios
    Parent Location: nservicebus / bridge
    Scenarios in which the NServiceBus Messaging Bridge can be used in a system.
  • Metrics
    Parent Location: monitoring / metrics
    Nuget Package: NServiceBus.Metrics 3.x
    Monitor NServiceBus endpoint performance with the Metrics plugin and report data to ServiceControl and visualize in ServicePulse.

Documentation

Samples