tags:

views:

219

answers:

1

Is there any way to do priority settings with MSMQ using WCF. I know this might be a duplicate question so bear with me.

I basically just need to give a low and a high priority.
I am not really wanting to do 2 services as both of them would be doing the same.

Any Ideas?

A: 

Look into the msmqIntegrationBinding and MQMQMessage.Priority. I don't believe it is possible with NetMsmqBinding.

RichardOD