<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Testing MSMQ Applications (Thread)</title><description> How do you send messages to a database using the Microsoft Message Queue? </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/rapise/best-practices/256.aspx</link><item><guid isPermaLink="false">threadId=256</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Testing MSMQ Applications</title><description> How do you send messages to a database using the Microsoft Message Queue? </description><pubDate>Wed, 14 Mar 2012 20:31:07 -0400</pubDate><a10:updated>2012-03-14T20:31:16-04:00</a10:updated><link>/Support/Forum/rapise/best-practices/256.aspx</link></item><item><guid isPermaLink="false">messageId=490</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>  var qi = new ActiveXObject ("MSMQ.MSMQQueueInfo");        qi.pathname = ".\\private$\\testqueue"; </title><description>  var qi = new ActiveXObject ("MSMQ.MSMQQueueInfo");        qi.pathname = ".\\private$\\testqueue";        var MQ_SEND_ACCESS = 2;       var MQ_DENY_NONE = 0;        var q;       q = qi.Open (MQ_SEND_ACCESS, MQ_DENY_NONE);        var msg = new ActiveXObject ("MSMQ.MSMQMessage");        msg.body = "Hello World";       msg.label = "Hello World label";        msg.Send (q);    </description><pubDate>Wed, 14 Mar 2012 20:31:16 -0400</pubDate><a10:updated>2012-03-14T20:31:16-04:00</a10:updated><link>/Support/Forum/rapise/best-practices/256.aspx#reply490</link></item></channel></rss>