PettingZoo/README.md

45 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

# ![Petting Zoo](./PettingZoo/Images/PettingZoo-48.png) Petting Zoo
##### A RabbitMQ live message viewer (and publisher)
PettingZoo provides a desktop interface for subscribing and publishing to RabbitMQ. It is a useful tool in debugging, allowing you to monitor the flow of messages in a running system and replay those messages if required.
PettingZoo requires .NET 6 to run.
## Features
1. Subscribe to one or more exchanges with specified routing keys to inspect published messages
2. Publish new messages to an exchange or to a specific queue
3. JSON syntax highlighting and validation
4. Support for publishing and validating [Tapeti](https://github.com/MvRens/Tapeti) messages from assembly files or directly from (private) NuGet feeds
5. Support for exporting and importing [Tapeti.Cmd](https://github.com/MvRens/Tapeti.Cmd) compatible single-file JSON
2022-01-12 07:44:28 +00:00
## Builds
2022-01-12 07:52:30 +00:00
Builds are automatically run using AppVeyor. Release versions are available as a [GitHub release](https://github.com/MvRens/PettingZoo/releases) and include a ZIP file containing the executable and required files for 64-bits Windows.
2022-01-12 07:44:28 +00:00
Extract the ZIP file and run PettingZoo.exe to get started.
The source code is compiled using Visual Studio 2022.
2022-01-12 07:52:30 +00:00
[![Build status](https://ci.appveyor.com/api/projects/status/gqsw03v2evy0l0gv/branch/master?svg=true)](https://ci.appveyor.com/project/MvRens/pettingzoo/branch/master) Master build (stable release)
2022-01-12 07:44:28 +00:00
2022-01-12 07:52:30 +00:00
[![Build status](https://ci.appveyor.com/api/projects/status/gqsw03v2evy0l0gv?svg=true)](https://ci.appveyor.com/project/MvRens/pettingzoo) Latest build
2022-01-12 07:44:28 +00:00
## Screenshots
2022-01-12 07:44:28 +00:00
##### Subscribing to messages
![Subscribe example](./Docs/Subscribe.png)
2022-01-12 07:44:28 +00:00
##### Publishing a message
![Publish example](./Docs/Publish.png)
2022-01-12 07:44:28 +00:00
##### Publishing a message from a Tapeti-compatible assembly
![Tapeti publish example](./Docs/TapetiPublish.png)
## Credits
#### Icons
Toolbar icons are from the (now defunct) Interaction Assets pack by Madebyoliver
<http://www.flaticon.com/authors/madebyoliver>
Designed by Freepik and distributed by Flaticon