https://github.com/jscheffner/amqp-dev-tools
A Desktop App for debugging and testing anything AMQP.
https://github.com/jscheffner/amqp-dev-tools
amqp rabbitmq react rust tauri typescript
Last synced: 9 months ago
JSON representation
A Desktop App for debugging and testing anything AMQP.
- Host: GitHub
- URL: https://github.com/jscheffner/amqp-dev-tools
- Owner: jscheffner
- License: isc
- Created: 2024-03-28T14:09:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T08:41:18.000Z (almost 2 years ago)
- Last Synced: 2024-09-14T19:37:39.380Z (almost 2 years ago)
- Topics: amqp, rabbitmq, react, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 829 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMQP Dev Tools 🐰
A Desktop App for debugging and testing when working with AMQP.
**It's still work in progress and there is no stable release yet.**
## Install
If you want to use the tool you need to build it yourself. Make sure you have installed
* Rust
* pnpm
* Node.js
Then, just clone the repository, checkout the tag you want to build and run `pnpm tauri build`. You can find the installers in *src-tauri/target/release/bundle/.*
## Usage
Press ⌘ + K to do anything.
## Features
* A **Publisher** allows you to publish messages to exchanges
* A **Recorder** consumes messages from an exchange and lets you filter them using Regex
* Command to **declare exchanges**