Re: SSL maximum message size?

2016-04-06 Thread rat...@web.de
Meanwhile I got it working: Solution was: 1.) No need to modify the client c++ api 2.) Don't set max-frame-size in the client (i.e. in connection options) 3.) Modify the java broker to have a max-frame-size of 0x3FFF instead of 0X in

Re: SSL maximum message size?

2016-04-01 Thread rat...@web.de
True, for the trace I have left the maxFrameSize to its default value(appearantly 64). After this I tested with other frame size options in the connection (max-frame-size:16384 or 8192) I attached a new trace with the 16K setting, the effect is the same (endless loop) Trace16K.txt

Re: SSL maximum message size?

2016-04-01 Thread Gordon Sim
On 01/04/16 11:05, rat...@web.de wrote: I also tried with max-frame-size 16K or 8K but this does not seem to fix the problem. I also attached a protocol trace as well as a minimum example to reproduce the error. Maybe this is of help to someone. I also tried to understand what exactly is

Re: SSL maximum message size?

2016-04-01 Thread rat...@web.de
I also tried with max-frame-size 16K or 8K but this does not seem to fix the problem. I also attached a protocol trace as well as a minimum example to reproduce the error. Maybe this is of help to someone. I also tried to understand what exactly is happening within qpid but it is very hard for me

Re: SSL maximum message size?

2016-04-01 Thread Gordon Sim
On 31/03/16 22:48, Steve Huston wrote: I haven't tried this, but the documentation suggests you can set it: http://qpid.apache.org/releases/qpid-0.32/messaging-api/cpp/api/classqpid_1_1messaging_1_1Connection.html#aed260d368e7a61444bd20536dd8ee0a8 Specifically set the 'max_frame_size'

RE: SSL maximum message size?

2016-03-31 Thread Steve Huston
nal Message- > From: rat...@web.de [mailto:rat...@web.de] > Sent: Thursday, March 31, 2016 5:29 PM > To: users@qpid.apache.org > Subject: RE: SSL maximum message size? > > Yes, fixing the bug would of course make the most sense. > Just one more question: In a comment on > htt

RE: SSL maximum message size?

2016-03-31 Thread rat...@web.de
Yes, fixing the bug would of course make the most sense. Just one more question: In a comment on https://issues.apache.org/jira/browse/QPID-2410 you wrote "In a debugger session I forced the AMQP tune max frame size to 16K and things went swimmingly from there." Maybe I could first try if this

RE: SSL maximum message size?

2016-03-31 Thread Steve Huston
> Sent: Thursday, March 31, 2016 4:49 PM > To: users@qpid.apache.org > Subject: RE: SSL maximum message size? > > Hm, this is really getting me into trouble because I need to send encrypted > messages of larger sizes than 16k. Is there really no other option, e.g. to > link

RE: SSL maximum message size?

2016-03-31 Thread rat...@web.de
Hm, this is really getting me into trouble because I need to send encrypted messages of larger sizes than 16k. Is there really no other option, e.g. to link qpid with alternative SSL implementations like OpenSSL or NSS? Could I split up messages into smaller parts and send somehow guarantee that

RE: SSL maximum message size?

2016-03-31 Thread Steve Huston
ubject: Re: SSL maximum message size? > > Sure, I'll do that asap. Meanwhile, I found a bug report that seems to be very > related (its from 2010 but appearantly still unfixed) > https://issues.apache.org/jira/browse/QPID-2410 > Even the 16K message size seems to be consistent wi

Re: SSL maximum message size?

2016-03-31 Thread rat...@web.de
Sure, I'll do that asap. Meanwhile, I found a bug report that seems to be very related (its from 2010 but appearantly still unfixed) https://issues.apache.org/jira/browse/QPID-2410 Even the 16K message size seems to be consistent with my tests. I did not fully understand the comments in the bug

Re: SSL maximum message size?

2016-03-31 Thread Gordon Sim
On 31/03/16 20:08, rat...@web.de wrote: Both c++ client and server are running on Windows 10 64 bit. AMQP version is 0-10. The qpid java message broker is running on Ubuntu, but I suspect that the bug is already on the c++ client / server side. Any hints how to resove this issue? Getting a

Re: SSL maximum message size?

2016-03-31 Thread rat...@web.de
Both c++ client and server are running on Windows 10 64 bit. AMQP version is 0-10. The qpid java message broker is running on Ubuntu, but I suspect that the bug is already on the c++ client / server side. Any hints how to resove this issue? Thx for your help... -- View this message in context:

RE: SSL maximum message size?

2016-03-31 Thread Steve Huston
And which OS is the C++ part on? There was discussion of a buffer overrun on Windows w/ SSL a short while back. > -Original Message- > From: Rob Godfrey [mailto:rob.j.godf...@gmail.com] > Sent: Thursday, March 31, 2016 11:42 AM > To: users@qpid.apache.org > Subject:

Re: SSL maximum message size?

2016-03-31 Thread Rob Godfrey
That sounds like a bug - can you confirm which version of the AMQP protocol you are using (0-10 or 1.0)? Thanks, Rob On 31 March 2016 at 16:38, rat...@web.de wrote: > By the way, I'm using the Java Broker version 6.0.1 together with the qpid > c++ messaging api. > > > > -- >

Re: SSL maximum message size?

2016-03-31 Thread rat...@web.de
By the way, I'm using the Java Broker version 6.0.1 together with the qpid c++ messaging api. -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-maximum-message-size-tp7641114p7641115.html Sent from the Apache Qpid users mailing list archive at Nabble.com.