Skip to content

Este é um projeto emissor de mensagem utilizando o event bus do vertx

Notifications You must be signed in to change notification settings

geanfelipe/hello-microservice-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-consumer-microservice-message

That is an java async message-based (microservice).
This is a server application that sends messages when the event bus channel receives an event from consumer app

like this:
image

About the stack

  • It was implemented using the vertx tookit for building reactive applications on the JVM.
  • It was used infinispan for clustering the apps

Install dependencies and run

$ mvn clean install  
$ mvn compile vertx:run -Dvertx.runArgs="-cluster -Djava.net.preferIPv4Stack=true" #in cluster mode

About

Este é um projeto emissor de mensagem utilizando o event bus do vertx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages