|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How do you put 65000+ byte Message in RPG? |
« View previous topic :: View next topic » |
Author |
Message
|
ballplayer |
Posted: Sun Feb 03, 2002 6:55 pm Post subject: |
|
|
Novice
Joined: 25 Jan 2002 Posts: 12 Location: Toronto
|
I am trying to put a large message onto a Queue using the RPG programming language on AS/400. However, it seems that the maximum size for a buffer is around 65000 in RPG. Right now, I am just segmenting the messages and sending it to a Java program that reassembles the message and puts it back onto another queue.
Does anyone know how to put a large Message onto a queue in RPG/ILE? |
|
Back to top |
|
 |
kolban |
Posted: Sun Feb 03, 2002 7:31 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
I don't know any RPG to assist with the language restriction. From an MQSeries perspective, you can write a sequeuence of messages and have the queue manager present those to the recipient as a single message using MQSeries segmentation features. |
|
Back to top |
|
 |
Tom Stewart |
Posted: Wed Sep 22, 2004 4:59 am Post subject: |
|
|
 Newbie
Joined: 28 Jul 2004 Posts: 4 Location: Philadelphia
|
As this was posted in '02 this is a little late for this this individual and there's not much in the way of detail...but I'd use a multiple occurence DS _________________ Live To Ride! |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Sep 22, 2004 6:05 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
If my memory serves me correctly then you can use the MALLOC function in ILE RPG, this allows you to grab upto 2gb. You can base a data structure on top of the buffer at the pointer returned by MALLOC. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|