Skip to content

sweetfa/TestPulsarWebservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Service to Allow Web Service interface to Apache Pulsar

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.


To run

mvn springboot:run


Usage

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

Sending a request and wait for a response

http://localhost:8085/pulsar/send?writeQueueName=yourRequestQueue&receiveQueueName=yourResponseQueue

Sending without expecting a response

http://localhost:8085/pulsar/write?queueName=yourqueue

About

Provide a web service taking Json requests and forwarding them to a Apache Pulsar Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages