This is a discussion on SQL and MSMQ within the SQL Server forums, part of the Microsoft SQL Server category; --> Hello, I have a SQL server being the recipient of a message. The message comes in via TCP/IP and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |