Skip to main content
Version: v1.3.0

Introduction

Arcus Messaging is a library that helps with the integration of messaging systems like queues or event subscriptions, with application message handling that describes the business. The library makes sure that developers only have to concern themselves with the actual processing of messages instead of spending time with message peaking, connections, deserialization, and other infrastructure code that takes up time.

Guides#

  • Migrate from v0.x to v1.0 (docs)

Installation

The packages are available on NuGet, for example:

PM > Install-Package Arcus.Messaging.Pumps.ServiceBus

License

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

Full license here