I am a novice in SQL Server 2008, so if this question seems fundamental, I apologize ahead of time.
I have a general understanding of how SSIS packages interact with MSMQ by sending/receiving
messages from packages. The scenario I'm thinking of is, let's say you are sending messages to the queue
from many different packages that perform different tasks from different computers, and each package sends a message
to the queue. You have multiple offices sending text files of data which will be used later by another package to load the
data into the database, and each time the package executes, it writes a message for each office file. How does the "receiving"
package know which messages belong to it? (I hope I'm asking this correctly)