ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » MQOutput Node(Segmentation allowed) -> MQInput node ->

Post new topic  Reply to topic
 MQOutput Node(Segmentation allowed) -> MQInput node -> « View previous topic :: View next topic » 
Author Message
Blomman
PostPosted: Tue Mar 27, 2012 6:43 am    Post subject: MQOutput Node(Segmentation allowed) -> MQInput node -> Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Tue Mar 27, 2012 7:06 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

This article may answer your question:

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac25690_.htm

Or, you could attend the WM663 class.

http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=WM663
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Blomman
PostPosted: Tue Mar 27, 2012 7:48 am    Post subject: Reply with quote

Master

Joined: 31 Oct 2006
Posts: 230

lancelotlinc wrote:
This article may answer your question:

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac25690_.htm

Or, you could attend the WM663 class.

http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=WM663


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
View user's profile Send private message
lancelotlinc
PostPosted: Tue Mar 27, 2012 10:12 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Blomman wrote:
lancelotlinc wrote:
This article may answer your question:

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac25690_.htm

Or, you could attend the WM663 class.

http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=WM663


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
View user's profile Send private message Send e-mail
Blomman
PostPosted: Tue Mar 27, 2012 10:55 am    Post subject: Reply with quote

Master

Joined: 31 Oct 2006
Posts: 230

lancelotlinc wrote:
Blomman wrote:
lancelotlinc wrote:
This article may answer your question:

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac25690_.htm

Or, you could attend the WM663 class.

http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=WM663


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
View user's profile Send private message
lancelotlinc
PostPosted: Tue Mar 27, 2012 11:07 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » MQOutput Node(Segmentation allowed) -> MQInput node ->
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.