On 29/03/17 17:20, sivasnp wrote:
Hi,
qpid-client is unable to send a message of size 320K. But a small size
message (10K) is sent without any problem
Following are the options, I set while connecting to the broker.
options["reconnect"] = true;
options["max_frame_size"] = 1370;
options["bounds"] = 330000;
Initially I did not have the bounds option set. Without bounds option set,
when I try to send this message, the send() function hangs and never
returns.
What broker are you sending to? It seems to work for me (even for much
larger messages) against qpidd.
Have you tried with a larger frame size?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org