SQL Server + MSMQ in Web Garden/Farm

We currently use Hangfire with only SQL Server storage in a Web Farm configuration. The Hangfire servers are on the VM as our WebAPI sites and it works very well. We need to improve the trigger time and hope that MSMQ will do that for us however installation of MSMQ is in question. Do we install MSMQ on each Hangfire server and configure private queues on each server? Will MSMQ work with multiple queues?

Ed