Hello,
I have a SQL server being the recipient of a message. The message comes in
via TCP/IP and is sent to MSMQ. From there it is picked up by a COM+ object
which puts the message into SQL server. This is all down via MSMQ triggers.
The question I have is: How do I get the message to be REMOVED from the
MSMQ queue after the message is processed by the COM+ object?
Thanks in advance.
I have a SQL server being the recipient of a message. The message comes in
via TCP/IP and is sent to MSMQ. From there it is picked up by a COM+ object
which puts the message into SQL server. This is all down via MSMQ triggers.
The question I have is: How do I get the message to be REMOVED from the
MSMQ queue after the message is processed by the COM+ object?
Thanks in advance.