hi guys
can u guys advice me on the technicle feasability of this message flow design
i have xml messages comming to a particular input queue.i need to validate these messages in mqsi .the main reason is that the application putting the messages might put invalid messages sometimes.in this scenario the client wants to transform the invalid messages and do some processing manually and make them valid xml messages and put them into the input queue again
can anybody advice me how to put a solution to this problem
and advice me how to develop a message flow for this kind of problem
thanks
srinivas
What is the need to transform an invalid msg into a valid msg and again sending it to the input q ? Or do u mean, after transforming, valid msg shud be sent to the destination q or further processing?
In second case, u can very well do it by using ESQL.
MQi/p node(1) -> compute node(2) -> MQo/p node(3)
(1) MQi/p node --> supply i/p q name and set message domain to XML
(2) apply business logic or validate incoming data
(3) supply the o/p q name. or u can connect further nodes, if needed. And place the MQo/p node at the end.
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