Author |
Message |
Topic: Messageflow cross reference |
ahes
Replies: 0 Views: 1971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 10, 2002 10:24 am Subject: Messageflow cross reference |
To keep track of all our msg flows we want to have some cross reference facility which could answer questions like :
Which flows do we have
Which subflow is called by which other (sub) flow
Which ... |
Topic: Concatenate with large message very slow |
ahes
Replies: 0 Views: 2411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 28, 2002 5:27 am Subject: Concatenate with large message very slow |
SET OutputRoot."BLOB"."BLOB" = BLOBFIELD || InputRoot."BLOB"."BLOB";
When InputRoot."BLOB"."BLOB" becomes very long, this statement takes a long time to pro ... |
Topic: Looping msg flows on z/OS |
ahes
Replies: 1 Views: 3545
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2002 10:53 am Subject: Looping msg flows on z/OS |
A few times we have had bad experiences with a looping msg flows.
In cases where we made a programming error in a message flow causing an endless loop in our ESQL, we had no way to recover expect s ... |
Topic: Add a header to a message |
ahes
Replies: 1 Views: 2689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2002 10:43 am Subject: Add a header to a message |
We need a subflow with the following functionality :
- Select some data from a database and construct a (fixed length) header with what we found in the database.
- Add this header to the message o ... |
Topic: Cold standby |
ahes
Replies: 5 Views: 11091
|
Forum: Clustering Posted: Sat Jul 13, 2002 11:25 am Subject: Cold standby |
Thanks bduncan,
this looks like a good (and simple) way to achieve my goal.
Alex |
Topic: message gone after THROW user exception |
ahes
Replies: 1 Views: 2436
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 13, 2002 1:49 am Subject: message gone after THROW user exception |
I tried to use the THROW USER EXCEPTION in a compute node.
I got my input node's catch terminal wired up to some error handling. But it seems that in this error handling the input message is gone.
A ... |
Topic: Cold standby |
ahes
Replies: 5 Views: 11091
|
Forum: Clustering Posted: Sat Jul 13, 2002 1:28 am Subject: Cold standby |
We have an application running on a AIX machine with a cluster queue on it. To tackle hardware failures we will use HACMP in the future. But for the near future we want to use a cold standby.
What is ... |