1. I'm looking for a fast method to first check if a childnode exist in 
the XML-message with a certain fieldid before I process the message.
If the childnode exist I read the value. If I don't like the value, I 
just continue with the next message.
Should I use StrScan or is there a better/faster method.

2. Now I process my XML message through a MSMQ message, which I think 
doesn't improve performance, because it's done through a messageQueue 
(on disk??, i don't know).
Is there another messagetype which I can use, which only works in 
memory? 

Thanks.
/B

Reply via email to