Date: September 23rd, 2004

MSMQ Processing of multiple pieces of data

23 September, 2004 (06:25) | .NET Code Related | 3 comments

You want to process a bunch of data associated with a single MSMQ message. First, create a class with the Serializable attribute.
read more