Can you not just select the Message Type of String Message?
Are you confused about what a string message is for-
String messages are just tokens that are used to indicate, with or without
the filter, when the task can proceed. If you want to pass data into a
package via MQ then you need to use a file message.
You could then use the Dynamic Properties Task to read the file into a
global variable, or other package/task/step property.
--
Darren Green
http://www.sqldts.com
"Chris Kerrison" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
How do you use the Message Queue Task to Receive Message
Strings. I can do this using the Data file message but
I don't want to have to use any interim files |