Queue-Based Message Consumption Using CocoaMQTT #629
Unanswered
bethisrikanth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working with the CocoaMQTT library to integrate MQTT-based message consumption in my Swift application. I am trying to consume all messages from a queue from message broker,
From my understanding, CocoaMQTT primarily supports topic-based subscriptions (rather than direct queue consumption). However, I would like to confirm whether it’s possible to consume messages from a queue directly using CocoaMQTT, especially in the context of guaranteed message delivery.
Beta Was this translation helpful? Give feedback.
All reactions