Archived

This forum has been archived. Please start a new discussion on GitHub.

How to publish the topic dynamicly and automatically in icestorm?

In icestorm, the command "$ icestormadmin --Ice.Config=config -e 'create time'" can create a topic. In my poject ,I needs many topics to monitor the data. So I don't create all the topics at the beginning of start-up even I don't know all the names of topic because the name is passed by the subscriber. So I want to create the topic in icestorm and the topic is published automatically after the subscriber works.
How can I do?



Jason Gao
HongKong UNIVERSITY
China Hongkong!

Comments

  • matthew
    matthew NL, Canada
    Before we can offer you support you must fill out your signature details as described in the link contained in my signature.
  • No reply?

    No reply?
    Please help me!
    Thanks.
  • matthew
    matthew NL, Canada
    You can use the IceStorm::TopicManager interface to programatically create topics. See the API reference in the Ice manual.
  • Thanks for your answers。