M
MarcoB
I am using message queue and would like to put the message back into the
queue in case a database transaction did not succeed. The only way I see
this is:
1)using peek and then removing the message from the queue based on the
database transaction results.
2)I assume DTC (COM+) would take care of this coordinating the queue and
the database transactions.
I have looked on the web for information on this, but was did not find much
on dot net using DTC. Is there a better alternative? If yes, is there a
sample code and documentation I could look at ?
Thanks in advance
--Marc
queue in case a database transaction did not succeed. The only way I see
this is:
1)using peek and then removing the message from the queue based on the
database transaction results.
2)I assume DTC (COM+) would take care of this coordinating the queue and
the database transactions.
I have looked on the web for information on this, but was did not find much
on dot net using DTC. Is there a better alternative? If yes, is there a
sample code and documentation I could look at ?
Thanks in advance
--Marc