amirkangarloo / amqpman

Amqpman is an AMQP service for developers to design, build, test and iterate their AMQPs. Amqpman like postman for Amqp protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Amqpman is an AMQP service for developers to design, build, test and iterate their AMQPs. Amqpman like postman for Amqp protocol.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

How can I use

Call Post API below with your routingKey and payload.

Methods URL Body Response
Post http://localhost:25672/amqp/rpc routingKey - payload Success + data or Error
Post http://localhost:25672/amqp/publish routingKey - payload Success or Error

License

MIT licensed.

About

Amqpman is an AMQP service for developers to design, build, test and iterate their AMQPs. Amqpman like postman for Amqp protocol.

License:MIT License


Languages

Language:TypeScript 88.3%Language:JavaScript 10.6%Language:Shell 1.1%