gasilmemo.blogg.se

Masstransit on docker
Masstransit on docker




masstransit on docker

Each of the 5 ways of sending, in a different color on the console. Also display the received messages, with their contents, on the console, in the receiver callbacks. Implement all these 5 ways of sending, and their random data generations, within 5 Tasks (thus in 5 different threads) so that all of them execute concurrently.ĭisplay each message, and it's contents, on the console, immediately upon sending it to RabbitMQ. # publish-subscribe with an immediate positive ACK, but some randomly generated rejects as well (and show these rejects on the console. # publish-subscribe with an immediate positive ACK, but some randomly generated negative ACK as well (and show these negatives on the console) # publish-subscribe with a positive ACK after 5 milliseconds, thus simulating that a task has been executed Together they need to send and respectively receive random data (generated and populated into Models), every several milliseconds, in ALL these ways with EACH of the 4 Exchange types:

masstransit on docker

1 Asp.Net Core 5 Worker service, being the "consumer" 1 Asp.Net Core 5 Worker service, being the "producer" Setup Exhanges of all 4 types (direct, fanout, topic, headers) with Queres bound to them. You will need to use docker to setup a RabbitMQ server with Management Console. Net Core 5 and RabbitMQ, mandatorily with the MassTransit nuget package. Net 5 developer to build a simple PoC (Proof of Concept) application which uses.






Masstransit on docker