Author |
Message |
Topic: message sequence problem, "Order mode" no effect |
arkenstone
Replies: 9 Views: 9070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 23, 2009 4:57 am Subject: message sequence problem, "Order mode" no effect |
Sometimes this Broker makes me mad...this morning I started a new Flow project, i've copy-pasted my code from the old to the new project, configured my nodes exactly the same way ("Order mode = B ... |
Topic: message sequence problem, "Order mode" no effect |
arkenstone
Replies: 9 Views: 9070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 21, 2009 3:13 am Subject: message sequence problem, "Order mode" no effect |
You seem to have some sort of Message Affinity (wrt messages with a particular id)
This is generally a bad idea for Broker work. If you search on this in this forum, you will soon get the idea why it ... |
Topic: message sequence problem, "Order mode" no effect |
arkenstone
Replies: 9 Views: 9070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 21, 2009 2:46 am Subject: Re: message sequence problem, "Order mode" no effe |
To clarify:Is FLOW 1 deployed to more than 1 execution group?Is FLOW 2 deployed to more than 1 execution group?The answer to both questions should be "no".
The answer to both is no.
... |
Topic: message sequence problem, "Order mode" no effect |
arkenstone
Replies: 9 Views: 9070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 3:15 pm Subject: Re: message sequence problem, "Order mode" no effe |
So what i've tried to do is:In FLOW 1 Computenode1, I replace the MQMD.UserIdentifier of the incoming message by the value contained in the <user> tag (padded with spaces to fill 12 characters, ... |
Topic: message sequence problem, "Order mode" no effect |
arkenstone
Replies: 9 Views: 9070
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 12:51 pm Subject: message sequence problem, "Order mode" no effect |
Hi,
Here is my flow architecture:
FLOW 1:
MQinput (Q1) --> Computenode1 --> MQoutput (Q2)
FLOW 2:
MQinput (Q2) --> Computenode2 containing very heavy logic --> MQoutput (Q3)
... |
Topic: Build Output message from multiple input messages |
arkenstone
Replies: 3 Views: 2935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 21, 2008 2:06 am Subject: Build Output message from multiple input messages |
Thanks, but it seems this topic is suggesting to upgrade to 6.1 to use the Collector node, and unfortunately, it's not on the shelves.
Yes, i'm dynamically choosing the output format depending on i ... |
Topic: Build Output message from multiple input messages |
arkenstone
Replies: 3 Views: 2935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 21, 2008 1:16 am Subject: Build Output message from multiple input messages |
Hi,
I'm working on Broker 6.0 and here is the challenge i'm facing :
I have to build an output message from multiple input messages.
Input messages are of different types:
- first I get a tech ... |
Topic: dynamic "get by message ID" |
arkenstone
Replies: 3 Views: 2889
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 08, 2008 6:05 am Subject: dynamic "get by message ID" |
Hi,
I've been asked to build a proof of concept on the following subject :
I have to build a flow with 2 MQ as input : MQ1 and MQ2.
Messages in MQ1 and MQ2 are XML and are functionaly linked to ... |