Hi,
I have noticed that there seems to be a maximum message size if connecting
via ssl.
I have a request-reply pattern where the client sends a text and the server
answers with the identical text.
When connecting via "amqp:tcp:servername:5672" I can increase the message
length as much as I want.
When connecting via "amqp:ssl:servername:5672" the qpid::messaging::Sender
hangs forever in the send method when sending large messages.

Example output TCP connection:
Text with size 1024 -> OK
Text with size 2048 -> OK
Text with size 4096 -> OK
Text with size 8192 -> OK
Text with size 16384 -> OK
Text with size 32768 -> OK
Text with size 65536 -> OK
Text with size 131072 -> OK
Text with size 262144 -> OK
Text with size 524288 -> OK
Text with size 1048576 -> OK
Text with size 2097152 -> OK
And so on...

Example output with SSL connection:
Text with size 1024 -> OK
Text with size 2048 -> OK
Text with size 4096 -> OK
Text with size 8192 -> OK
Text with size 16384 
Then it hangs forever.

Is there any way to fix this issue? Probably the maximum message size can be
configured somewhere. But I cannot find an option for this.

Thanks for your help.



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/SSL-maximum-message-size-tp7641114.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