MassTransit Redis persistence support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com/
See the version list below for details.

MassTransit Plug-in Download The MassTransit Plug-in allows fast and secure transfer of files and optimizes your file transfer experience, offering the following features: Support for transferring very large files; Drag & drop file transfer from the web browser; Support for transferring folder hierarchies and maintaining folder structures.
Masstransit Rpc
- Getting started with MassTransit is fast and easy. This quick start guide uses RabbitMQ with.NET 5. RabbitMQ must be installed, instructions for installing RabbitMQ are included below. The.NET 5 SDK (opens new window) should be installed before continuing. The source for this sample is available on GitHub (opens new window).
- MassTransit is a free, open-source distributed application framework for.NET. MassTransit makes it easy to create applications and services that leverage message-based, loosely-coupled asynchronous communication for higher availability, reliability, and scalability.
Dependencies
.NETStandard 2.0
- MassTransit(>= 7.1.8)
- StackExchange.Redis(>= 2.1.58)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MassTransit.Redis:
Repository | Stars |
---|---|
MassTransit/MassTransit |
Version History
Version | Downloads | Last updated |
---|---|---|
7.2.0-develop.3373 | 32 | 4/9/2021 |
7.1.9-develop.53 | 0 | 4/21/2021 |
7.1.8 | 763 | 4/13/2021 |
7.1.7 | 738 | 3/23/2021 |
7.1.6 | 4,305 | 2/26/2021 |
7.1.5 | 1,201 | 2/10/2021 |
7.1.4 | 2,659 | 1/27/2021 |
7.1.3 | 802 | 1/18/2021 |
7.1.2 | 1,752 | 1/4/2021 |
7.1.1 | 827 | 12/29/2020 |
7.1.0 | 121 | 12/27/2020 |
7.0.7 | 1,885 | 11/24/2020 |
7.0.6 | 25,465 | 10/25/2020 |
7.0.4 | 7,134 | 9/8/2020 |
7.0.3 | 2,357 | 8/8/2020 |
7.0.2 | 6,921 | 7/20/2020 |
7.0.1 | 23,315 | 7/12/2020 |
7.0.0 | 1,948 | 6/29/2020 |
6.3.2 | 71,221 | 5/18/2020 |
6.3.1 | 356 | 5/12/2020 |
6.3.0 | 1,398 | 5/10/2020 |
6.2.5 | 592 | 4/24/2020 |
6.2.4 | 3,296 | 4/2/2020 |
6.2.3 | 6,012 | 3/20/2020 |
6.2.2 | 136 | 3/14/2020 |
6.2.1 | 19,417 | 3/4/2020 |
6.2.0 | 1,075 | 2/24/2020 |
6.1.0 | 2,115 | 2/15/2020 |
6.0.2 | 1,541 | 1/21/2020 |
6.0.1 | 1,916 | 12/27/2019 |
6.0.0 | 1,090 | 12/3/2019 |
5.5.6 | 19,500 | 10/20/2019 |
5.5.5 | 954 | 8/26/2019 |
5.5.4 | 6,034 | 7/24/2019 |
5.5.3 | 144 | 7/17/2019 |
5.5.2 | 2,043 | 6/18/2019 |
5.5.1 | 2,835 | 6/4/2019 |
5.5.0 | 194 | 5/29/2019 |
5.3.2 | 1,199 | 2/20/2019 |
5.3.1 | 267 | 2/8/2019 |
5.3.0 | 222 | 2/4/2019 |
5.2.3 | 931 | 1/19/2019 |
5.2.1 | 614 | 1/8/2019 |
5.2.0 | 443 | 12/25/2018 |
5.1.5 | 1,879 | 9/19/2018 |
5.1.4 | 801 | 7/13/2018 |
5.1.3 | 535 | 6/26/2018 |
5.1.2 | 14,379 | 5/21/2018 |
5.1.1 | 536 | 5/19/2018 |
5.1.0 | 482 | 5/11/2018 |
5.0.2 | 531 | 4/29/2018 |
5.0.1 | 523 | 4/24/2018 |
5.0.0 | 529 | 4/17/2018 |
4.0.1 | 1,763 | 1/25/2018 |
4.0.0 | 555 | 1/1/2018 |
3.5.7 | 719 | 3/29/2017 |
Summary:
This article describes factors that affect MassTransit performance, including CPU utilization, effects of compression on performance and TCP/IP network performance.
Description:
Mass Transit Definition
MassTransit CPU Utilization
MassTransit is designed to transfer files as quickly as possible. As such, when connections are actively transferring files you should expect to see the computer's CPU utilization spike towards 100% [e.g. in the Windows Task Manager window]. This is completely normal and is to be expected as MassTransit is doing disk I/O, file compression, database access, and network I/O in order to pump data through the network as fast as possible. If other applications are also running on the same computer MassTransit assumes that the operating system will do its job and distribute CPU cycles to all processes.
MassTransit may also appear to be taking CPU cycles when no connections are active. MassTransit constantly polls mailboxes to see if new files have been added. It will take all available processor time to do this as quickly as it can. On a slower machine or on a fast machine with other CPU tasks, the polling will be slower. If another process requires the CPU, MassTransit will not take as much of it since the polling is done only when MassTransit is given idle time. In the lab here at GLI, we have 400MHz G3s that run MassTransit well under light to moderate load (approximately 25 contacts and 2-3 simultaneous connections with a total of 50 MB/s throughput).
This polling behavior will be improved in the next generation of MassTransit.
MassTransit on multiple CPU computers
While MassTransit is a threaded application, its use of multiple CPUs is limited as of this writing. As such, additional CPUs will not result in large performance gains although performance will not be lower than that of a single CPU. This will be addressed in a future version of MassTransit.
Effects of Improved Hardware on MassTransit performance
The speed of the CPU affects the performance of MassTransit especially when there are a large number of simultaneous connections. In this situation, the CPU spends considerable time compressing and decompressing data. A faster CPU will make these operations faster thus increasing performance.
Masstransit Github
The amount of RAM installed does not directly affect MassTransit performance. However, each active connection consumes RAM. Therefore, to support a large number of simultaneous connections sufficient RAM must be installed. If physical RAM is exhausted then the operating system will swap data to disk, which will cause MassTransit's performance to drop.
Effects of Compression on MassTransit performance
MassTransit's default setting is to compress files as they are transferred. Under normal circumstances, this results in greatly increased throughput. The size of the increase depends heavily on the types of files being transferred and how much they can be compressed. Files that are already compressed, e.g. JPEG files, reduce the throughput gains that can be had with compression. MassTransit constantly monitors how much a particular file is being compressed while it is being transferred. If compression does not result in significantly less data being transferred, MassTransit disables compression for that file. Thus, a ZIP, StuffIt, or other uncompressible file will transfer in the same amount of time regardless of whether compression is enabled.
In some circumstances, however, compression may actually reduce throughput. On high bandwidth networks, it may take more time to compress the data, send the compressed data, and decompress the data than it does to just send the uncompressed data. If this is the case, you should disable compression by unchecking the Compress Files During Transfer checkbox on the Security tab of the Edit Contact dialog box. Several variables determine whether compression should be disabled and include the bandwidth of the connection between sender and receiver and compressibility of the files being transferred.
High Bandwidth, High Latency Connections
The TCP/IP stacks shipped with current operating systems are configured to provide good throughput in specific network conditions, e.g. high bandwidth, low latency networks such as LANs. However, these default settings are not optimal for DSL, cable modems, and other high bandwidth, high latency wide area networks. For these networks, the TCP/IP configuration may need to be adjusted to get optimal performance.
The related knowledgebase article linked below provides more information about tuning MassTransit TCP/IP performance.
Tags:
