Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a private queue, when I send message to that queue I assign certain label name. So whenever I need to fetch that MSMQ I can filter out based on label name.

Is there any way to filter those message based on label name from .NET code.
Posted
Updated 16-Sep-12 20:38pm
v2

1 solution

Hi,

I found one article, Here it is.[^] This is about Querying MSMQ using LINQ

Hope it works for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900