Author |
Message |
Topic: Segmentation of Messages |
vivekj
Replies: 10 Views: 10355
|
Forum: IBM MQ API Support Posted: Thu Apr 26, 2007 9:47 pm Subject: Segmentation of Messages |
Is there any configuration that i can do ONLY at the Server to SEGMENT any message that comes in. Thereby i can avoid controlling the Sender Application from Manual segmentation.
I mean a setting li ... |
Topic: Segmentation of Messages |
vivekj
Replies: 10 Views: 10355
|
Forum: IBM MQ API Support Posted: Wed Apr 25, 2007 8:19 pm Subject: Segmentation of Messages |
Hi,
Increasing the Java Heap is the most obvious solution to this problem. But we Cannot dynamically increase the Heap size, as i am expecting a very variable flow of data starting from 4 MB. To s ... |
Topic: Segmentation of Messages |
vivekj
Replies: 10 Views: 10355
|
Forum: IBM MQ API Support Posted: Tue Apr 24, 2007 12:14 am Subject: Segmentation of Messages |
Thanks for replying.
So how to avoid the error of Out of Memory of Java Heap without Increasing the Heap size. Any alternatives ?
Regards,
Vivek |
Topic: Segmentation of Messages |
vivekj
Replies: 10 Views: 10355
|
Forum: IBM MQ API Support Posted: Mon Apr 23, 2007 10:05 pm Subject: java.lang.OutOfMemoryError |
Hi,
Continuing on the same question, i got java.lang.OutOfMemoryError when i try receiving Large Data > 15 - 20 Mb as a Single Message from MQ using my JMS Client. Any ideas how to resolve this ... |
Topic: Segmentation of Messages |
vivekj
Replies: 10 Views: 10355
|
Forum: IBM MQ API Support Posted: Mon Apr 23, 2007 9:13 pm Subject: Segmentation of Messages |
Hi,
I have a requirement of Partitioning a Single MQ Message while receiving.
The Message is about 4 MB in size, and i have to GET the message in CHUNKS of a specified size say 1024 bytes. But wh ... |