Replies: 1 comment 3 replies
-
|
Hi Stefan, thanks for opening this discussion. Let me chip in. :) You can subscribe (and unsubscribe) at any point within the Let me know if something is unclear. :) Best regards, |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello,
All the samples I see seem pretty much equal:
Connect - then - subscribe (to '#' or one topic) - then - consume and process messages.
Is there a mechanism where I can subscribe later (e.g. when some event/condition is triggered) to a new topic?
One method would be to subscribe to '#' and consume everything received, then filter topics, but I assume that's not what 'publish/subscribe' is intended for...
Pseudo-Code, what I would like to achieve:
I hope it's clear what my problem is.
Thanks so much in advance,
stefan
Beta Was this translation helpful? Give feedback.
All reactions