[Beepcore-java-users] max message size
Status: Beta
Brought to you by:
huston
From: <no...@co...> - 2003-10-20 19:53:43
|
Hello, 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? When I first began using beepcore-j, the replies were roughly 500 bytes. Now my reply size has grown to about 2k and the client does not receieve the replies. Do I need to break the message into smaller pieces myself, or is it that I am doing something wrong? I'm replying using message.sendRPY(new ByteOutputDataStream(data)), where data is a byte[] representation of an XML document. Thanks! Troy |