Coder Social home page Coder Social logo

kinpro / masstransit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from masstransit/masstransit

0.0 2.0 0.0 169.74 MB

Distributed Application Framework for .NET

Home Page: http://masstransit-project.com/

License: Apache License 2.0

Ruby 1.22% Batchfile 0.06% C# 98.67% PowerShell 0.05%

masstransit's Introduction

Mass Transit - A Service Bus Implementation for .NET

Mass Transit

MassTransit is lean service bus implementation for building loosely coupled applications using the .NET Framework.

MassTransit is Apache 2.0 licensed.

Getting started with Mass Transit

In order to get started with MassTransit, you can have a look at the documentation, which is located at http://docs.masstransit-project.com/.

Simplest possible thing:

install-package MassTransit.RabbitMq then;

ServiceBusFactory.New(sbc =>
{
	sbc.UseRabbitMq();
	sbc.ReceiveFrom("rabbitmq://localhost/mybus");
});

You will also need to set up RabbitMQ;

  1. Install Erlang using the installer. (Next -> Next ...)
  2. Install RabbitMQ using the installer. (Next -> Next ...) You now have a RabbitMQ broker (look in services.msc for it) that you can log into using guest, guest. You can see message rates, routings and active consumers using this interface.

Please note

You need to add the management interface before you can login. First, from an elevated command prompt, change directory to the sbin folder within the RabbitMQ Server installation directory e.g. %PROGRAMFILES%\RabbitMQ Server\rabbitmq_server_2.7.1\sbin\

Next, run the following command to enable the rabbitmq management plugin:

rabbitmq-plugins.bat enable rabbitmq_management 

Downloads

Download from NuGet 'MassTransit' Search NuGet for MassTransit

Download the continuously integrated Binaries from TeamCity.

Supported Transports

We support MSMQ if you already have that installed, Azure Service Bus and Stomp transports.

If you want to use ZeroMQ, have a look at that branch and consider adding to it. It may make an appearance in v 3.0.

Mailing List

MassTransit Discuss

Building from Source

  1. Clone the source down to your machine. git clone git://github.com/MassTransit/MassTransit.git
  2. Ensure Ruby is installed. RubyInstaller for Windows
  3. Ensure git is on your path. git.exe and git.cmd work equally well.
  4. Ensure gems are installed, run:
gem install zip-zip 
gem install albacore
gem install semver2
  1. Run build.bat

Contributing

  1. git config --global core.autocrlf false
  2. Hack!
  3. Make a pull request.

REQUIREMENTS

  • .Net 3.5
  • .Net 4.0

CREDITS

Logo Design by The Agile Badger

masstransit's People

Contributors

drusellers avatar phatboyg avatar haf avatar travisthetechie avatar davidcie avatar ferventcoder avatar dahlbyk avatar bytenik avatar nikgovorov avatar wuhqureshi avatar thejuan avatar pattonjp avatar jeandev avatar staxmanade avatar vermeeca avatar akilhoffer avatar a-h avatar gschuermans avatar alexmg avatar timbarcz avatar ols avatar lysaghtn avatar kevm avatar johnduhart avatar jpsowers avatar jeffreyabecker avatar georgetsiokos avatar et1975 avatar dominiqueplante avatar dabide avatar

Watchers

James Cloos avatar  avatar

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.