-1

We need to migrate our .net applications from Windows Server 2003 to Windows Server 2012. In that the main concern is about MSMQ.

Does anybody have any idea how MSMQ is affected ?

Cœur
  • 37,241
  • 25
  • 195
  • 267
mit
  • 1,763
  • 4
  • 16
  • 27

1 Answers1

0

Applications written for MSMQ 3.0 should, in general, work on later versions. There are a few areas to check:

  1. Changes in the API
  2. Changes in message format
  3. Changes in security
John Breakwell
  • 4,667
  • 20
  • 25