Question about MSMQ and Databases

furiousferret

Member
Joined
Dec 21, 2005
Messages
16
Programming Experience
1-3
I have an app that recieves network traffic via MSMQ. Because of its structure, its perfect for what it does, however I want to archive specific messages after they are read. So, message gets sent, to Queue, recieved, and transferred to a database (locally) or thrown away.

The easiest way to do this would be a straight insert from the message queue to the database but after reading several articles on MSMQ, whether or not it can be read with SQL statement is fuzzy.

Can MSMQ be accessed like a database with SQL statements?
 
Back
Top