Author |
Message
|
raz |
Posted: Wed Jan 09, 2008 8:06 am Post subject: browsing 10MB message from a queue |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Hi,
How can I browse the 10MB message from a queue, amqsget or amqsbcg are not working for big messages.Is there any sample program available for that.
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 09, 2008 8:13 am Post subject: Re: browsing 10MB message from a queue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
raz wrote: |
How can I browse the 10MB message from a queue, amqsget or amqsbcg are not working for big messages.Is there any sample program available for that. |
Those programs are samples - edit them so their buffers (set by default to 100 bytes IIRC) are 10Mb and recompile.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
raz |
Posted: Wed Jan 09, 2008 11:37 am Post subject: |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Thanks for reply, but I don't know C programing , Is there any support pac for browsing big messages.
Thanks |
|
Back to top |
|
 |
bbburson |
Posted: Wed Jan 09, 2008 11:38 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
raz wrote: |
Thanks for reply, but I don't know C programing , Is there any support pac for browsing big messages.
Thanks |
The q program in MA01 support pac is one thing that can be used to browse messages. There are others as well. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 09, 2008 11:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There's a whole bunch of programs that will do this for you, and I think that amqsbcg doesn't care about the message size. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jan 09, 2008 12:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
amqsbcg has a define for a 32767 byte message. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 09, 2008 12:02 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
bower5932 wrote: |
amqsbcg has a define for a 32767 byte message. |
Ah, well. That's bigger than the 100 bytes for other things, but definitely not 10mb.
ih03, ma0T, etc. etc. etc. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
zpat |
Posted: Thu Jan 10, 2008 1:54 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
RFHUTILC (Support Pac IH03) works fine for large messages. I have used it to browse messages of around 15 MB. |
|
Back to top |
|
 |
dkeister |
Posted: Thu Jan 10, 2008 8:54 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
MQExerciser handles max message sizes _________________ Dean Keister |
|
Back to top |
|
 |
|