Author |
Message
|
omerakhter |
Posted: Thu Jun 25, 2009 10:27 pm Post subject: Joining long messages from MQ |
|
|
Novice
Joined: 19 May 2009 Posts: 22
|
Hello
I am trying to recieve multiple chunks of a message from MQ; is it possible?
My message length can not be more that 32K from AQ so I will have break it up in chunks. But message broker starts parsing as soon as it receives something...
Any Ideas?
Omer |
|
Back to top |
|
 |
zpat |
Posted: Thu Jun 25, 2009 10:59 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Can AQ set the MQMD Groupid value for the messages, if so the broker can recognise it? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jun 25, 2009 11:57 pm Post subject: Re: Joining long messages from MQ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
omerakhter wrote: |
I am trying to recieve multiple chunks of a message from MQ; is it possible? |
Look up grouping messages in the documentation.
You'll still need to construct something to reassemble the "long" message within WMB, as it will still treat each message as an individual.
Or find a way of sending longer messages - 32K isn't very big. More a CICS memory block than a message....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jun 26, 2009 11:25 am Post subject: Re: Joining long messages from MQ |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
omerakhter wrote: |
Hello
I am trying to recieve multiple chunks of a message from MQ; is it possible?
My message length can not be more that 32K from AQ so I will have break it up in chunks. But message broker starts parsing as soon as it receives something...
Any Ideas?
Omer |
Get the Oracle messaging gateway (AQ->MQ) and the restriction is not there any more...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
aditya.aggarwal |
Posted: Sat Jun 27, 2009 7:24 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
You can use the oracle procdural gateway to connect MQ with Oracle.
Cheers,
Aditya |
|
Back to top |
|
 |
|