oriagranat9 / LettuceIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LettuceIO

A groundbreaking tool developed in .NET for effortless RabbitMQ data publishing and consumption. This innovative application revolutionizes the RabbitMQ experience, offering users a seamless interface powered by Chromium. With LettuceIO you can easily manage exchanges and queues, publish messages and consume data - all without writing a single line of code. Simply navigate the intuitive Chromium interface to streamline your data flow, making RabbitMQ operations as easy as point-and-click.

Lettuce.IO Example

Recording Data

You can record data from both exchanges and queues to simulate specific data flows or to test your microservices with real data from production environments.

The data will be stored in a directory of your choice in the following json format:

{
  "RoutingKey": "/",
  "Body": "TXkgRGF0YSBIZXJlIQ==",
  "TimeDelta": "00:00:11.6557305"
}

Recoding data using Lettuce.IO

Publishing Data

To publish messages, choose a folder and a destination exchange or queue and press start!

Publishing data using Lettuce.IO

In this example we publish the same message at 1,500 messages per second:

RabbitMQ Exchange Example

About

License:MIT License


Languages

Language:Vue 48.4%Language:C# 32.7%Language:JavaScript 16.3%Language:CSS 1.9%Language:HTML 0.7%