Crates.io | metalmq-client |
lib.rs | metalmq-client |
version | 0.3.0 |
source | src |
created_at | 2021-02-02 17:12:59.629501 |
updated_at | 2023-02-12 13:00:11.996225 |
description | MetalMQ client library (AMQP 0.9) |
homepage | |
repository | https://github.com/jonasrichard/metalmq |
max_upload_size | |
id | 349827 |
size | 88,137 |
The client architecture follows the hexagonal architecture in order that we can easily describe the business logic or better to say protocol logic.
+-----------------------------------------------------------+
| Infrastructure |
| |
| --> client_api +----------+ |
| --> processor | state | --> processor |
| | error | |
| --> channel_api | model | |
| +----------+ |
| |
+-----------------------------------------------------------+