Posted: Wed Apr 30, 2003 3:34 am Post subject: Suppresing message processing.
Novice
Joined: 21 Aug 2002 Posts: 24
Hi,
Have You ever thought about implement following scenario:
Message flow reads message and exception is thrown. The message that caused an error goes to error queue and processing of further messages (reading them form input queue) is suppressed until some time or condition.
I am not sure if it is reasonable scenario.
Any suggestions will be welcome?
Posted: Wed Apr 30, 2003 5:08 am Post subject: preserve order of processing messages
Novice
Joined: 21 Aug 2002 Posts: 24
Let me clarify my problem:
What I realy need to do is preserve order of processing messages.
So lets assume there are three messages in input queue. Lets call them msg1, msg2, msg3. I need them in output queue in the same order.
But if msg1 is badly formed xml it will rise an exception (and go to failure terminal an than to some error queue) and in effect will have only two messages in the output queue. I do not want this to happen.
I want to use some other application to correct msg1 and "resubmit" it so it will be put to output queue before msg2.
That looks like a good plug-in. However can someone zip up the .jar file and host is somewhere so that I can download it? My proxy is prohibiting downloads of .jar files.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum