You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. For parity with libbmq, we should expose the ability to batch messages somehow.
The text was updated successfully, but these errors were encountered:
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 newbmqa::MessageEventBuilder
for each posted message. For parity with libbmq, we should expose the ability to batch messages somehow.The text was updated successfully, but these errors were encountered: