I recently created some partitioned queues from where I send and receive all the time. They\'ve run as non-partitioned in the past without any of my current issues.
Found this question while looking into an issue with messages stuck in a topic subscription. Messages were visible in Azure Portal and Service Bus Explorer but not being picked up by my application using the RegisterMessageHandler function.
This was resolved after toggling the Topic state to Disabled and then back to Active.