Version 1 (modified by bartek, 13 years ago) (diff)

--

version 1.2.2

  • Corrected startup script (modified chkconfig options to run the service in selected runlevels)
  • Minor bug fixes

version 1.2.1

  • Fixed proceeding of soap_send_empty_response (requires QCG-Core 2.1.1)

version 1.2.0

  • Implemented notification resending after an unsuccessful send attempt
  • Modified configuration file

version 1.1.3

  • Provided interface for listing Subscriptions, Publishers Registrations, PullPoints and TopicNamespaces. Following methods implemented:
    • ListSubscriptions
    • ListPublishersRegistrations
    • ListPullPoints
    • ListTopicNamespaces

  • Added methods for dynamic adding and removing Topic Namespaces:
    • AddTopicNamespace
    • RemoveTopicNamespace

  • Added parameter MaxSendTries to the configuration file. This parameter is going to limit resources utilization. It is associated with a subscription object and limits number of unsuccessful notification send attempts. After exceeded the limit for certain subscription, the subscription is marked as invalid and automatically deleted.

version 1.1.2

  • Migration to QCG-Core 2.1.0 and gSOAP 2.7.16