Author |
Message
|
Blomman |
Posted: Tue Mar 27, 2012 6:43 am Post subject: MQOutput Node(Segmentation allowed) -> MQInput node -> |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Hi!
I have been trying some message segmentation in WMB/WMQ 7.
Im receiveing messages that are 300+mb in MQInput node and i have set the option "segmentation allowed".
Works fine and the message are segmented up into ~4mb messages(QueueSize).
Now how to get thoose messages in to one message again throught the MQInput node? The messages are not consumed by the MQInput node, are there any options i have to set or are there any coding neccesary?
Best Regards! |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 27, 2012 7:06 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Blomman |
Posted: Tue Mar 27, 2012 7:48 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Yes i read the stuff in the infocenter earlier. I really dont understand the concept fully.
But is this what i have to do?
"Large input message" - MQoutput node(segmentation allowed).
Another flow...
Compute node(esql or java to group the messages).
Another flow...
MQinput node(With the correct options set to retrive the grouped messages as one message) - "some output".
So if i understand this correct, i can segmentate a large message with an simple checkbox on the MQoutput node. But i cant consume the segmentated messages in to one message(using MQinput node)without using message groups? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 27, 2012 10:12 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Blomman wrote: |
Yes i read the stuff in the infocenter earlier. I really dont understand the concept fully.
But is this what i have to do?
"Large input message" - MQoutput node(segmentation allowed).
Another flow...
Compute node(esql or java to group the messages).
Another flow...
MQinput node(With the correct options set to retrive the grouped messages as one message) - "some output".
So if i understand this correct, i can segmentate a large message with an simple checkbox on the MQoutput node. But i cant consume the segmentated messages in to one message(using MQinput node)without using message groups? |
If you do not understand the concept, then you probably should take the class so the concept can be explained in person. Sometimes I understand things better when an instructor explains it. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Blomman |
Posted: Tue Mar 27, 2012 10:55 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
lancelotlinc wrote: |
Blomman wrote: |
Yes i read the stuff in the infocenter earlier. I really dont understand the concept fully.
But is this what i have to do?
"Large input message" - MQoutput node(segmentation allowed).
Another flow...
Compute node(esql or java to group the messages).
Another flow...
MQinput node(With the correct options set to retrive the grouped messages as one message) - "some output".
So if i understand this correct, i can segmentate a large message with an simple checkbox on the MQoutput node. But i cant consume the segmentated messages in to one message(using MQinput node)without using message groups? |
If you do not understand the concept, then you probably should take the class so the concept can be explained in person. Sometimes I understand things better when an instructor explains it. |
I agree it is easier to understand if an instructor explains..
But an simple yes or no answer on my earlier question maybe can be provided by ths forum?
"So if i understand this correct, i can segmentate a large message with an simple checkbox on the MQoutput node. But i cant consume the segmentated messages in to one message(using MQinput node)without using message groups?"
Of course im gonna test this as soon as possible. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 27, 2012 11:07 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Blomman wrote: |
Of course im gonna test this as soon as possible. |
Great idea. Let us know what you discover in your testing. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|