Skip to content

Capgemini-nantes-df/broker-typescript-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broker-typescript-node

Install dependances globally

npm install -g typescript ts-node
git clone ...
npm install

Start activemq

Start activemq locally. It has to serve on 127.0.0.1 on port 61613.

Start production

ts-node produce

This command produce a message on topic stock/change

Start consumation

ts-node consume

This command consume all message on topic stock/Change and show Message on console.

To understand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%