Metadata-Version: 2.4
Name: grizzly-loadtester-extras-async-messaged
Version: 0.2.1
Summary: Daemon for handling async messaging [for grizzly] over zmq, due to native libraries (pymqi) does not play well with gevent.
Author-email: biometria <opensource@biometria.se>
Maintainer-email: Mikael Göransson <github@mgor.se>
Requires-Python: >=3.10
Requires-Dist: azure-servicebus<8.0.0,>=7.14.2
Requires-Dist: grizzly-loadtester-common
Requires-Dist: pyzmq==27.0.2
Requires-Dist: setproctitle<2.0.0,>=1.3.6
Provides-Extra: mq
Requires-Dist: pymqi<2.0.0,>=1.12.11; extra == 'mq'
Description-Content-Type: text/markdown

# async-messaged

Can be seen as an integration gateway for different messaging types. It has support for:
- IBM MQ
- Azure Service Bus

A client communicates with `async-messaged` over an zmq router socket with the [request-reply request pattern](https://rfc.zeromq.org/spec/28/).

This was needed [for grizzly] due to `gevent` not playing nice with native libraries, which both of these libraries have (or had in the past).
