Re: [Beepcore-java-users] max message size
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2003-10-23 05:24:42
|
> Does beepcore-j limit the amount of data sent in a MSG or RPY? I noticed > getMaxFrameSize() is hardcoded to 1400 - is this the maximum byte[] size I > can place inside an OutputDataStream? no, messages larger than this size will be fragmented into multiple frames of at most this size. |