I am unable to send 1MB messages using Java JMS API to Qpid (C++ broker) v0.34 if I use asynchronous send mode (no 'sync_publish' connection option). First message is sent normally, but the client hangs up on second producer.send(message) call.
If I use synchronous send mode (sync_publish='all') or smaller messages (e.g. 10KB) then everything works. I am attaching client logs for both asynchronous mode (where problem appears) and synchronous mode (where sending works). nosync.log <http://qpid.2158936.n2.nabble.com/file/n7643793/nosync.log> sync.log <http://qpid.2158936.n2.nabble.com/file/n7643793/sync.log> Messages are sent as persistent to a durable queue using topic exchange. Thanks for help. Michal -- View this message in context: http://qpid.2158936.n2.nabble.com/Unable-to-send-1MB-messages-in-asynchronous-mode-tp7643793.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]
