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 » Aggregate reply and segment message

Post new topic  Reply to topic
 Aggregate reply and segment message « View previous topic :: View next topic » 
Author Message
Jenum
PostPosted: Tue Nov 29, 2016 2:19 am    Post subject: Aggregate reply and segment message Reply with quote

Novice

Joined: 13 Nov 2012
Posts: 24

Hi all!
Does anybody know, how to making Aggregate Reply node to receive big message (> 100 MB)? I expected that the message is segmented automatically when placed in reply queue, but it does not:

Code:

<Root>
    <RecoverableException>
        <File>/build/S1000_slot1/S1000_P/src/DataFlowEngine/AggregateNodes/ImbAggregateReplyNode.cpp</File>
        <Line>1591</Line>
        <Function>ImbAggregateReplyNode::processRequest</Function>
        <Type>ComIbmAggregateReplyNode</Type>
        <Name>inner/Response#FCMComposite_1_2</Name>
        <Label>inner.Response.Aggregate Reply</Label>
        <Catalog>BIPmsgs</Catalog>
        <Severity>3</Severity>
        <Number>4431</Number>
        <Text>Failed to store reply message to reply queue</Text>
        <Insert>
            <Type>5</Type>
            <Text>SYSTEM.BROKER.AGGR.AGGRTST.REPLY</Text>
        </Insert>
        <MessageException>
            <File>/build/S1000_slot1/S1000_P/src/DataFlowEngine/Connectors/mqconnector/MQOutputInteraction.cpp</File>
            <Line>969</Line>
            <Function>MQOutputInteraction::putToQueue</Function>
            <Type></Type>
            <Name></Name>
            <Label></Label>
            <Catalog>BIPmsgs</Catalog>
            <Severity>3</Severity>
            <Number>2667</Number>
            <Text>Failed to put message</Text>
            <Insert>
                <Type>2</Type>
                <Text>-1</Text>
            </Insert>
            <Insert>
                <Type>5</Type>
                <Text>MQW102</Text>
            </Insert>
            <Insert>
                <Type>2</Type>
                <Text>2030</Text>
            </Insert>
            <Insert>
                <Type>5</Type>
                <Text></Text>
            </Insert>
            <Insert>
                <Type>5</Type>
                <Text>QM01</Text>
            </Insert>
            <Insert>
                <Type>5</Type>
                <Text>SYSTEM.BROKER.AGGR.AGGRTST.REPLY</Text>
            </Insert>
            <Insert>
                <Type>5</Type>
                <Text>inner.Response.Aggregate Reply</Text>
            </Insert>
        </MessageException>
    </RecoverableException>
</Root>


UPD: I try to do something like this before send message to aggreagte reply, but it doesn't work:

Code:

CREATE COMPUTE MODULE Response_SetSegment
   CREATE FUNCTION Main() RETURNS BOOLEAN
   BEGIN
      SET OutputRoot = InputRoot;
      SET OutputRoot.MQMD.GroupId = MQGI_NONE;
      SET OutputRoot.MQMD.MsgFlags = MQMF_SEGMENTATION_ALLOWED;
      
      RETURN TRUE;
   END;
END MODULE;


UPD2: The most offensive, that the flags MQGMO_COMPLETE_MSG and MQMO_MATCH_CORREL_ID work well together, ie there is no apparent reason for the ban segmentation.

P.S. Sorry for my English
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Nov 29, 2016 2:46 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Perhaps this is a limitation of the Product?
The only way to find out for sure is to raise a PMR.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Aggregate reply and segment message
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.