playing with vertx+springboot
- run as java ar.gfritz.pruebas.vertx.Application class
- open browser and go to http://localhost:8080/add
- each time u hit that address will deploy a new verticle (ar.gfritz.pruebas.vertx.verticle.TestVerticle) instance 3.1 each verticle instance will subscribe to an unique EB address
- a periodic task will send a messate to some EB address (one of the existing addresses)
- you can use AB for bulk testing
- connect with VisualVM to see some results... enjoy!