This module is designed to provide a simple web interface to allow a test client, such as Postman, or SoapUI to send messages to an Apache Pulsar instance.
It is a spring boot application.
mvn springboot:run
This utility is invoked by a HTTP POST request with the http request paramaters specifing the queue names to send the message to. Place a Json payload that is to be sent, within the HTTP Post request
http://localhost:8085/pulsar/send?writeQueueName=yourRequestQueue&receiveQueueName=yourResponseQueue