Hi,
I'm trying to implement the following process:
When a record is inserted into a table, a trigger is invoked which calls a stored procedure, passing it a table locator (a pointer to the record in memory which has been inserted). This SP then formats the record and calls another routine which writes the formatted record to a remote q (MQSeries q). But there is no commit in the whole process, only the application which inserts the record into the table issues the commit. The problem here is that the messages are getting stuck in the xmit q, and according to MQ Support, it's presumably because they have not been committed. Has anyone faced the same issue and if so, were they able to resolve it or is this something which cannot be done?
THIS IS AN URGENT ISSUE, so pls reply asap.
Maxdp.
******