Author |
Message |
Topic: What is aggregateReply node match criterion? |
MichaelGor
Replies: 7 Views: 4198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2010 10:39 pm Subject: What is aggregateReply node match criterion? |
change you flow to
FileInput --> aggregateControl-->MQOutput-->AggregateRequest
MQInput -->FileOutput --> service --> FileInput -->MQOutput
MQInput --> AggregateReply -- ... |
Topic: What is aggregateReply node match criterion? |
MichaelGor
Replies: 7 Views: 4198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2010 6:32 pm Subject: What is aggregateReply node match criterion? |
Thanks fjb_saper.
My design criteria is to use FileInput/FileOutput node to implement the aggregation fan-out/fan-in, and not involve any MQ node in the flow, as we don't want to create any MQ for ... |
Topic: Can we change the ReplyProtocol in Message.Properties? |
MichaelGor
Replies: 4 Views: 3047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2010 1:11 am Subject: Can we change the ReplyProtocol in Message.Properties? |
Yes, I tried to set the compute mode to LocalEnvironment and Message, even set 'All', but it also can't change the ReplyProtocol field. Here is my flow:
FileInput node (treat the record as a Whole ... |
Topic: Can we change the ReplyProtocol in Message.Properties? |
MichaelGor
Replies: 4 Views: 3047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 01, 2010 12:52 am Subject: Can we change the ReplyProtocol in Message.Properties? |
I read a message from a FileInput node, after that, the Message.Properties.ReplyProtocol = ''. And I want to change it to 'MQ', so I write the following statement in a compute node, but it doesn't wor ... |
Topic: What is aggregateReply node match criterion? |
MichaelGor
Replies: 7 Views: 4198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 31, 2010 10:01 pm Subject: What is aggregateReply node match criterion? |
For each response, protocol has to be MQ --> Does it mean, the response must be from a MQInput node? If I got the response from other Input node (like FileInput node or HttpInput node), how can I c ... |
Topic: What is aggregateReply node match criterion? |
MichaelGor
Replies: 7 Views: 4198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 31, 2010 8:18 pm Subject: What is aggregateReply node match criterion? |
For aggregation flow, I have 3 questions as follow:
1. What is aggregateReply node match criterion? Are they ReplyProtocol and ReplyIdentifier in the reply message's Properties domain? Anything els ... |