Hello all,
I am trying to use the Python API from the official repo ( solace-samples-python/patterns/guaranteed_publisher.py at main · SolaceSamples/solace-samples-python · GitHub ) to publish some messages of size 3-5 MB to a Solace queue, but all the messages under 0.176 MB work and the ones above do not work. I am trying strings and also bytearrays from Python and I am using exactly the code in the official repo.
Any ideas?