All Projects → MassTransit → Sample-ConsoleService

MassTransit / Sample-ConsoleService

Licence: Apache-2.0 license
A sample .NET Core 2.2 Console Service

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Sample-ConsoleService

Masstransit
Distributed Application Framework for .NET
Stars: ✭ 4,103 (+12333.33%)
Mutual labels:  rabbitmq, topshelf, masstransit
TelephoneDirectory
microservices-> .net 6, golang - Docker, Ocelot, RabbitMq, MassTransit, mssql, postgresql, elasticsearch, kibana, jwt
Stars: ✭ 40 (+21.21%)
Mutual labels:  rabbitmq, masstransit
Go-gRPC-RabbitMQ-microservice
Go gRPC RabbitMQ email microservice
Stars: ✭ 107 (+224.24%)
Mutual labels:  rabbitmq
Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
Stars: ✭ 19 (-42.42%)
Mutual labels:  rabbitmq
pd-tech-fest-2019
Demo code for PD Tech Fest 2019 showcasing event driven autoscaling using KEDA
Stars: ✭ 21 (-36.36%)
Mutual labels:  rabbitmq
WebApiWithBackgroundWorker
Small demo showing how to implement Pub/Sub with a BackgroundWorker in .NET Core
Stars: ✭ 55 (+66.67%)
Mutual labels:  rabbitmq
rabbitmq-peer-discovery-etcd
etcd-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 15 (-54.55%)
Mutual labels:  rabbitmq
Online-Judge
Online Judge for hosting coding competitions inside NIT Durgapur made by GNU/Linux Users' Group!
Stars: ✭ 19 (-42.42%)
Mutual labels:  rabbitmq
scrapy-distributed
A series of distributed components for Scrapy. Including RabbitMQ-based components, Kafka-based components, and RedisBloom-based components for Scrapy.
Stars: ✭ 38 (+15.15%)
Mutual labels:  rabbitmq
rabbit
Build Elixir applications with RabbitMQ
Stars: ✭ 36 (+9.09%)
Mutual labels:  rabbitmq
banditore
Banditore retrieves new releases from your starred GitHub repositories and generate an Atom feed with them.
Stars: ✭ 118 (+257.58%)
Mutual labels:  rabbitmq
rabbitmq-auth-backend-oauth2-spike
See rabbitmq/rabbitmq-auth-backend-oauth2 instead.
Stars: ✭ 17 (-48.48%)
Mutual labels:  rabbitmq
voter-service
The Voter Spring Boot RESTful Web Service, backed by MongoDB, and uses RabbitMQ for IPC
Stars: ✭ 53 (+60.61%)
Mutual labels:  rabbitmq
amqp-client
OCaml Amqp client library for Async and Lwt.
Stars: ✭ 58 (+75.76%)
Mutual labels:  rabbitmq
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+6.06%)
Mutual labels:  rabbitmq
spring-boot-examples
本仓库为《Spring Boot 系列文章》代码仓库,欢迎点赞、收藏。
Stars: ✭ 52 (+57.58%)
Mutual labels:  rabbitmq
core
WIP - A personal life helper providing solutions and happiness
Stars: ✭ 17 (-48.48%)
Mutual labels:  rabbitmq
rabbitmq-web-stomp-examples
www.rabbitmq.com/
Stars: ✭ 90 (+172.73%)
Mutual labels:  rabbitmq
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (+48.48%)
Mutual labels:  rabbitmq
TopshelfHosting
Runs a .net core generic host as a Topshelf service.
Stars: ✭ 22 (-33.33%)
Mutual labels:  topshelf

Sample MassTransit .NET Core Service

In this sample, a .NET core service is created (using .NET Core 3.1) which supports logging, configuration, and dependency injection, along with a basic MassTransit configuration to connect to RabbitMQ.

In the past, this would have been accomplished using Topshelf, however, at this point Topshelf is really specific to Windows and isn't needed with .NET Core to create Linux/Mac services.

Building

To build the sample, just go into the folder and type dotnet run. It will attempt to connect to the broker based upon the configuration in the appsettings.json file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].