Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ messaging Public archive

📯 Extensions to the System.Messaging namespace

License

Notifications You must be signed in to change notification settings

dimesoftware/messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Dime.Messaging

Build status

Introduction

Extensions to the System.Messaging namespace.

Getting Started

  • You must have Visual Studio 2019 Community or higher.
  • The dotnet cli is also highly recommended.

About this project

The most notable types in this assembly include:

  • MsmqInstaller: creates MSMQ queues

Build and Test

  • Run dotnet restore
  • Run dotnet build
  • Run dotnet test

Installation

Use the package manager NuGet to install Dime.Messaging:

dotnet add package Dime.Messaging

Usage

using System.Messaging;

public void Main(params string[] args)
{
    IMsmqInstaller msmqInstaller = new MsmqInstaller();
    msmqInstaller.Install("myApp_newItems", "myApp_updatedItems").Wait();
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

License

About

📯 Extensions to the System.Messaging namespace

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages