Author |
Message |
Topic: How to create a user defined Message catalog. |
Thameem
Replies: 1 Views: 1620
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 29, 2002 2:48 am Subject: How to create a user defined Message catalog. |
Hi all,
Would someone kindly let me know how to create a message catalogue, where should it be placed and how to refer to it.
Thanks in Advance,
Thameem. |
Topic: Duplicate Elements |
Thameem
Replies: 4 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 8:26 pm Subject: Duplicate Elements |
The MRM is defined like this
e1
r1
e2
r1
e3
r1
where r1 is the duplicate element
the ESQL code is :
SET OutputRoot.MRM.e1 = '11111';
SET OutputRoot.MRM.r1[1] = '22222';
SET OutputRoot.M ... |
Topic: Duplicate Elements |
Thameem
Replies: 4 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 8:25 pm Subject: Duplicate Elements |
The MRM is defined like this
e1
r1
e2
r1
e3
r1
where r1 is the duplicate element
the ESQL code is :
SET OutputRoot.MRM.e1 = '11111';
SET OutputRoot.MRM.r1[1] = '22222';
SET OutputRoot.M ... |
Topic: Duplicate Elements |
Thameem
Replies: 4 Views: 2856
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 21, 2002 11:17 pm Subject: Duplicate Elements |
We have a n MRM which has an element that gets reapeated often, but not contiguously.
To achieve this we have defined the Compound Type with( as said in the pdf Working with messages page 72.)
Ty ... |
Topic: How to use Binary DataType |
Thameem
Replies: 3 Views: 2946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 14, 2002 11:40 pm Subject: How to use Binary DataType |
Depending on several values in the input, we have to set the bits at appropriate position and construct a binary number. for eg:
we have to construct a binary string like 1101 0001 1101 0001 which ... |
Topic: How to use Binary DataType |
Thameem
Replies: 3 Views: 2946
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 9:54 pm Subject: How to use Binary DataType |
We need transformation of data at bit level. Is it possible to use Binary datatype for this purpose and how?
Thanks in Advance.
Thameem |
Topic: Problem in Mapping input to Integer fields. |
Thameem
Replies: 1 Views: 1779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 6:56 am Subject: Problem in Mapping input to Integer fields. |
My input is coming in a string format which i read from the input queue, for which we have defined an message set which is an MRM - CWF format.
The input string has some numeric fields in it, which w ... |