Can Solace over MQTT Protocol, send or receive messages from Queue?

I am integrating Solace with Mulesoft and trying to Communicate with Queue over MQTT Protocol? is it possible to send or receive messages from Queue using MQTT Protocol?

Hi Abdul, Please refer to this sample- Persistence with Queues

Technically, MQTT has no concept of queues. It’s not in the specification.

If you are using MuleSoft, perhaps you should consider using Solace JMS API, as that is a more typical integration format for tools like MuleSoft…? And allows you to publish and subscribe to queues.