Giter Club home page Giter Club logo

rebus.msmq.experimental's Introduction

Rebus.Msmq.Experimental

install from nuget

Provides a Microsoft Message Queue transport for Rebus based on the Experimental.System.Messaging NuGet package.


NOTE THAT THIS PACKAGE IS BASED ON Experimental.System.Messaging, which is NOT Microsoft's official MSMQ driver.

๐Ÿค 

The reason for this package to exist, is because Microsoft chose to abandon the entire System.Messaging namespace when they ported code to .NET Core.

You can read more in this GitHub issue: 'Add support for SystemMessaging and SOAP Web Services'.

Are there differences between this transport and Rebus' real MSMQ transport?

YES! First off, this package is based on an experimental port of the code from full FX System.Messaging, which is residing here: Experimental.System.Messaging on GitHub.

This means that it might not work as expected. Or maybe it does? The tests seem to pass. All I'm saying is this: USE AT YOUR OWN RISK! ๐Ÿ˜จ

Another difference is, that MessageQueue.SetPermissions(...) was not included in the port, so all automatically created queues will NOT have permissions set by default. This means that queues automatically created by code running under some systems account (as you normally would) will be owned and accessible only by that systems account. You need to have local administrator rights to fix this, and then go and take ownership of the queues, and THEN you may set the permissions... good times! ๐Ÿ™„

rebus.msmq.experimental's People

Contributors

mookid8000 avatar

Watchers

 avatar  avatar  avatar  avatar

rebus.msmq.experimental's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.