Hi, Could you please provide your client and corresponding broker logs from your test where broker does not respect the frame size set in client TuneOk?
Please, provide broker logs with debug log level. You can change broker log level to debug by opening Web Management Console and setting log level to DEBUG on 'logfile' logger rule for "org.apache.qpid.*" I just tested setting of frame size to 16k with TuneOk in java client and that worked for me. Broker sent frames with max size of 16k on both plain and ssl connections. Could you please provide more details about your messaging use case where the problem manifests? Kind Regards, Alex On 5 April 2016 at 16:27, [email protected] <[email protected]> wrote: > Is there any option to set the max frame size of the java broker? > Appearantly there was an option qpid.broker_frame_size (see > https://qpid.apache.org/releases/qpid-0.32/java-broker/book/Java-Broker-Appendix-System-Properties.html) > but it does not seem to be implemented (anymore?). > > Background of my question is: Windows c++ clients via SSL currently only > support maximum frame sizes of 16K (see > https://issues.apache.org/jira/browse/QPID-2410 for more information). > However, the java broker seems to be configured to always send with a frame > size of 64K. I'd like to modify it to send 16K frames. > > I already tried to modify the MAX_FRAME_SIZE value in > src/main/java/org/apache/qpid/transport/ServerDelegate.java but appearantly > this does not have any effect as indicated by this protocol trace of a > client: > > > > So appearantly the client sends with max-frame-size=16384 (as expected) but > the broker still sends with max-frame-size=65535 (despite the changes in > ServerDelegate.java). > > I would appreciate any feedback. > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Max-Frame-Size-for-Java-Broker-tp7641393.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
