Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Dynamically adding topic to subscription - C# and Java clients

Hi Guy,

I think the solution for the use case that you described is to use multi-level wildcard or single level wildcard:
http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718106

--
Regards,
Mike Tran




From:        Guy Dillen <guy.dillen@xxxxxxxxx>
To:        paho-dev@xxxxxxxxxxx
Date:        04/21/2015 03:01 PM
Subject:        [paho-dev] Dynamically adding topic to subscription - C# and Java        clients
Sent by:        paho-dev-bounces@xxxxxxxxxxx




Hi,

Is there a way to dynamically add a topic to an existing subscription (when an aplication is running)?

Use case: when a new customer gets provisioned by adding a new topic an application that processes the type of topic should get the messages send to the topic.

Thanks.

Sent from
Outlook
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top