Committing messages(XML format) in MQ from Datastage
Posted: Mon May 29, 2006 10:12 pm
We have a requirement wherein we need to write messages into MQ in XML format using datastage.
Issue #1.One message(Xml file) will be corresponding to each store. Each message should have one header and the corresponding payload details(Items).
Currently the message is consolidated by Store,but instead of having one header and multiple detail,in each message , header is getting repeated for each detail record.
Issue#2. No WMQ Commit should be done until all messages for a store have been successfully put onto the message queue.
Can we commit all the messages at the end of the job?Either all the messages would get committed or none of them would be committed.
Let us know whether this would be feasible with MQ.
Issue #1.One message(Xml file) will be corresponding to each store. Each message should have one header and the corresponding payload details(Items).
Currently the message is consolidated by Store,but instead of having one header and multiple detail,in each message , header is getting repeated for each detail record.
Issue#2. No WMQ Commit should be done until all messages for a store have been successfully put onto the message queue.
Can we commit all the messages at the end of the job?Either all the messages would get committed or none of them would be committed.
Let us know whether this would be feasible with MQ.