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.

After bounds options is set, the sender returns immediately, but the actual
message is not send to the receiver.

Packet capture shows that the first frame( 1490 bytes) is sent, but
remaining is not sent.

Please help. I am using qpid on ubuntu xenial.

Please let me know, if I am missing something. I can update the logs if
necessary.

Thanks,
Siva.




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/qpid-cpp-1-35-Cannot-sent-large-message-320K-tp7661623.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to