|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Aggregate node |
harkink
Replies: 4 Views: 5133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 25, 2002 3:19 am Subject: Aggregate node |
After reading the manual and example carefully(!), it works perfectly.
I did not use the MQAggLegacy, but included the reply with
MQSI flows: input nodes connected to output nodes in the same flow a ... |
Topic: MRM (Fixed Length) to Delimited. |
harkink
Replies: 2 Views: 3133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 04, 2002 4:13 am Subject: MRM (Fixed Length) to Delimited. |
You can use Trim to remove the spaces.
To format the output with the comma, I would suggest the TREEASIS node (IA05).
ESQL:
DECLARE delimiter CHAR;
SET delimiter = ',';
SET OutputRoot.TREEASIS.na ... |
Topic: Plugin programming |
harkink
Replies: 2 Views: 2973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2002 7:23 am Subject: Plugin programming |
I used the code from Aggregate (IA72) as example for the attribute handling.
I tried to compile Aggregate, but failed
(The supplied binaries work) |
Topic: Plugin programming |
harkink
Replies: 2 Views: 2973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2002 3:32 am Subject: Plugin programming |
Hi all,
Has anybody tried to create a plugin?
I have one which run fine on Windows.
However on AIX, I get BIP5004, 2210, which have to do with
handling of attributes.
If I disable debugging, my ... |
|
|
|