Hi Gordon, I have tested qpid client 0.32 and also 6.0.2 (neither is working against C++ server). If I use the same code (send three 1MB messages) against Java Qpid broker, everything works. I am attaching logs, where you can see that after sending the first message the client waits for completion of the command from the server. It receives multiple SessionCompleted(commands=[1, 1] ... ) in a row, however, against the Java Broker it receives only single SessionCompleted(commands=[0, 2]) response. But after some iterations the message is sent (right after receive of the SessionCompleted(commands=[1, 2]). The problem appears after trying to send the third message (last time I tested it, it was already after the second ...). Right after send command client receives SessionCompleted(commands=null) and timeouts after 1 minute. There were no errors on the server side.
Thanks for help. nosync_6.log <http://qpid.2158936.n2.nabble.com/file/n7644185/nosync_6.log> nosync_javabroker_6.log <http://qpid.2158936.n2.nabble.com/file/n7644185/nosync_javabroker_6.log> -- View this message in context: http://qpid.2158936.n2.nabble.com/Unable-to-send-1MB-messages-in-asynchronous-mode-tp7643793p7644185.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
