SQL and MSMQ

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chipster

    SQL and MSMQ

    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.


Working...