Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


After successful registration of Webhook, follow the below steps

To know about the installation process ,Click Here.

Webhook Subscriber

  • It creates the queue in RabbitMQ and fetches the data from the tool through the webhook, which has been configured.
  • It runs on port 8981.
  • Exceute the .jar file of Webhook Subscriber ,using command line or services.

Webhook Engine

  • Fetches the data from the queue, parse the data, fetches out the required data, based on the response template, and sends to the Neo4j.

  • Exceute the .jar file of Webhook Engine,using command line or services.


    Webhook Engine fetches the data only for Subscribed Webhook.

           

  • No labels