Uploaded image for project: 'Medici'
  1. Medici
  2. MMDB-1603

Change the consumer tag format recognized as extractor format by ExtractionInfoSetUp.scala to something more descriptive.

XMLWordPrintableJSON

      Right now, it requires than an extractor tag be "ctag1.0"
      for (xt <- consumer_tags) {
      var str = xt
      var substr = str.substring(1, str.length - 1)
      if (substr == ("ctag1.0"))

      { Logger.debug(substr + " ::: CONSUMER") flag = true }

      else

      { Logger.debug(substr + " ::: PUBLISHER") }

      However, having ctag1.0 as a consumer tag is not very informative. Up to now, in my extractors i have been setting consumer tags as
      "medici_<something describing the extractor functionality>".
      As the medici server doesn't use a queue starting with "medici_", i believe it will be better to have the ExtractionInfoSetUp identify consumers this way.

              csophocleous Constantinos Sophocleous
              csophocleous Constantinos Sophocleous
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: