Author |
Message
|
dkeister |
Posted: Tue Mar 26, 2002 1:19 pm Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
Hopefully this is a RTFM situation but...
I have an input message with an undetermined number of CRLF delimited rows, all alike. I can use NEON to bring them in without knowing how many rows there are, but when I try to use MRM, I have to set the number of repeats in the message definition. I can't figure out how to have the parser read a variable number of repeats. What am I missing, I am on 2.0.2
_________________ Dean Keister |
|
Back to top |
|
 |
EddieA |
Posted: Tue Mar 26, 2002 2:48 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
ASAIK Nothing.
The MRM (on 2.0.2) cannot handle an undetermined number of repeats. Sorry.
BUT. I would love someone to prove me wrong, as I would also like to do the same thing.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
kolban |
Posted: Tue Mar 26, 2002 3:31 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
To the best of my knowledge you are correct ... MQSI 2.0.2 can't handle data like this via MRM. My solution would be to use the NEON parser or develop a custom plugin parser that is specific to your data format.
In WMQI 2.1, the capabilities ate much richer and you should be able to achieve what you need via MRM. |
|
Back to top |
|
 |
dkeister |
Posted: Wed Mar 27, 2002 5:54 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
Thanks for responding. I had used NEON nodes and upgraded them to 2.0.2 but was hoping...
I'll be moving to 2.1 soon. |
|
Back to top |
|
 |
Cliff |
Posted: Thu Mar 28, 2002 4:17 am Post subject: |
|
|
Centurion
Joined: 27 Jun 2001 Posts: 145 Location: Wiltshire
|
If you can use NEON to get your message in, you can use the NEONMSG parser which will do what you want. The NEONMSG tree can be used in compute nodes, so you have CARDINALITY etc. available.
This works in 2.0.2 - my current project involves this.
HTH -
Cliff |
|
Back to top |
|
 |
dkeister |
Posted: Thu Mar 28, 2002 4:56 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
Thanks Cliff, I had already converted to NEONMSG but was hoping to limit the different technologies we were using. Maybe when I get to 2.1
Thanks to all.
Dean |
|
Back to top |
|
 |
|