My use case is that I want to push ticks onto the event dispatcher so I can simulate stuff. I can of course write my own, but would prefer to use someone else's. Eventually, I will use this to also submit orders and receive order updates from within the strategies.
Main requirements:
* Easy to use
* Can be run in-and-out-of-process as a Python library (this is probably asking too much)
* Fast enough to handle tick data
* Little to no data loss possible
* Basically perfect
My default is RabbitMQ but I'm curious what the state of the art is.
Main requirements:
* Easy to use
* Can be run in-and-out-of-process as a Python library (this is probably asking too much)
* Fast enough to handle tick data
* Little to no data loss possible
* Basically perfect
My default is RabbitMQ but I'm curious what the state of the art is.