Sending a plain string to a MS Message Queue in SSIS
by Paul Kroon
When dealing with an application that will remain nameless, I needed to use SQL Server Integration Services to generate some data, and then put a string into a MSMQ. While trying to get it to work, I went through theā¦