MSMQ Label Property and WCF
Posted by: Stephen Kaufman's WebLog,
on 18 Dec 2007 |
View original | Bookmarked: 0 time(s)
The label property of an MSMQ message has been used for many things. Developers still use the label property and want to continue to use it. So, how do you get access to this property in WCF before posting your message to the queue.
It turns out that if you are using the NetMSMQBinding you can't. After thinking about this a bit it makes sense since the NetMSMQBinding only uses MSMQ as an transport mechanism between two endpoints. In this case any data you want to send...