Msmq not picking up

I am trying to use msmq along with sql server. I have two ‘private’ queues defined. If I add the ‘Queue’ attribute to my static method the jobs are added to the queue but never picked up. If I remove the attribute my method is fired for all new jobs but the ones in the msmq stay there.

I have tried erasing all of my configuration, including removal of the hangfire sql tables with no change. I’m using ver 1.6.11.

Thanks,