On 24/02/16 16:54, Alexander N. Moibenko wrote:
Could you please elaborate on as how to construct such messages?
Are there procedures or APIs provided by AMQP or I hav to to desing my
own "protocol".

You should be able to send a larger message using qpid messaging or JMS, no special code is required by the application.

However where a security layer is used, the message data is transformed, so there may well be a bug somewhere that prevents fragmentation working as expected here.

You mentioned that secprops.maxbufsize is set to 65535. It is possible that is the issue. Assuming that indicates the largest chunk of data that can be emitted by the security layer, it is too large as that is the maximum size of an entire AMQP 0-10 frame, not simply the usable data of a transfer frame.

So actually, lowering that value may be the correct thing to do. Unfortunately, since it is hardcoded, there is no way to avoid recompilation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to