Re: TextMessage vs ByteMessage

2008-06-12 Thread marta_rn
First of all, thanks, Rob!! I want to send text messages, and there is a big possibility that the size of the message will be more than 2 GB. I'm afraid I'm a bit confused with this: >>OpenWire supports up to a theoretical 2GB limit for a TextMessage and this: >>The theoretical limit for all

Re: TextMessage vs ByteMessage

2008-06-12 Thread Rob Davies
The theoretical limit for all messages is 2GB - but the reality is that if you want to send large messages (say 1mb or bigger) - you're best using a Blob message cheers, Rob On 12 Jun 2008, at 10:57, marta_rn wrote: Thanks Rob!! So, if I wanted to send a bigger TextMessage, what could I

Re: TextMessage vs ByteMessage

2008-06-12 Thread marta_rn
Thanks Rob!! So, if I wanted to send a bigger TextMessage, what could I do? Is there any way to increase that size? Should I use, for example, a BlobMessage or something like that? Which are the limits of each type of message? Thanks again Marta :-) rajdavies wrote: > > OpenWire supports

Re: TextMessage vs ByteMessage

2008-06-12 Thread Rob Davies
OpenWire supports up to a theoretical 2GB limit for a TextMessage cheers, Rob On 12 Jun 2008, at 10:34, marta_rn wrote: Hello all, I would like to know which is the maximum length of a TextMessage. Is there a limit? Thanks in advance, Marta rajdavies wrote: On 17 Apr 2008, at 22

Re: TextMessage vs ByteMessage

2008-06-12 Thread marta_rn
Hello all, I would like to know which is the maximum length of a TextMessage. Is there a limit? Thanks in advance, Marta rajdavies wrote: > > > On 17 Apr 2008, at 22:08, Rukus520 wrote: > >> >> Hi, >> >> Let's say I'm sending data in the form of xml. The data being sent >> is big >> bu

Re: TextMessage vs ByteMessage

2008-04-17 Thread Rob Davies
On 17 Apr 2008, at 22:08, Rukus520 wrote: Hi, Let's say I'm sending data in the form of xml. The data being sent is big but certainly not large enough to warrant the use of BlobMessages. Which of the following approaches would be better for performance, and why: - Send the xml as TextM