Is the MSMQ Extension used? #8711
Replies: 2 comments 3 replies
-
Or, it's used, but because of the nature of those projects, there's no rush to move to newer versions of WiX. The release candidate phase is when we hope to find bugs like this...else it waits until another release. Of course, if you're a FireGiant customer, you don't have to wait. :) |
Beta Was this translation helpful? Give feedback.
-
It would be great if you could have a look at the PR that I've got that should get COMPlus back and working under WiX5+ |
Beta Was this translation helpful? Give feedback.
-
I was the user that created #8628. I was very happy that @bevanweiss did the work to fix the issue. Thanks.
For our application, we use use our installer to create an MSMQ queue because we also use Hangfire to run long-running jobs in a Windows service and use Hangfire’s Hangfire.SqlServer.MSMQ NuGet package to be notified of new jobs without polling.
I was just watching the WiX Online Meeting 286 https://youtu.be/Blq4hqcVkfg?si=D2prskSUdnolWi4A and @robmen mentioned telemetry in order to determine which extensions are actually used.
We never upgraded to WiX 4 for reasons unrelated to WiX itself (too much other work, too small of a team) but if we had we would have discovered the bug sooner. The fact that the wasn’t reported by anyone else since version 4 was released may be indicating that the MSMQ extension isn’t used much at all.
When I explained to my manager why we couldn’t move to WiX 5 yet because of the bug, I actually remarked that we must be one of the few WiX users that uses the MSMQ extension because otherwise the bug would have been reported previously.
All of this is to say that I would understand if the MSMQ Extension were removed from WiX.
P.S. we also use the COMPlus extension. It’s a very old application.
Beta Was this translation helpful? Give feedback.
All reactions