blazingmq-sdk-python
blazingmq-sdk-python copied to clipboard
Python SDK for BlazingMQ, a modern high-performance open source message queuing system.
When the broker is slow to terminate, this test may fail. Rather than using `sleep` and polling whether the process has sucessfully terminated, as we’ve done in this test previously,...
While users of the package can use pre-built wheels, anyone who wants to develop this package needs to have an intricate (and poorly documented) setup with each of the third-party...
We cannot automatically build and host this package's documentation on release, because the documentation is currently hosted on the main bloomberg/blazingmq repository. This means that every time we update the...
libbmq provides `bmqa::MessageEventBuilder` to batch multiple messages into a single message event. However, `pybmq_session` does not expose any API for batching messages, creating a new `bmqa::MessageEventBuilder` for each posted message....
This repository's CI checks perform extensive linting, documentation checks, and testing, much of which can be done locally. It can be tricky to remember what of these must be done...
We've had several users ask us how to correlate a message's post with its ack or nack. The way we intend is to provide a different closure for each message's...
We've had a few users ask how to do this, given that we do not expose a Correlation ID in the same way that the C++ SDK does. Instead, we...
Closes: #59