Add support for an STOMP AMGI server STOMP has no widely supported asyncio compatible implementation, [stomp.py](https://github.com/jasonrbriggs/stomp.py) is the most popular, and [aiostomp](https://github.com/pedrokiefer/aiostomp) exists. This will probably require some work upstream to get asyncio support in stomp.py **Todo** - [ ] AMGI STOMP server - [ ] STOMP receive - [ ] STOMP send - [ ] STOMP example - [ ] STOMP entrypoint
Add support for an STOMP AMGI server
STOMP has no widely supported asyncio compatible implementation, stomp.py is the most popular, and aiostomp exists.
This will probably require some work upstream to get asyncio support in stomp.py
Todo