Say MainVerticle is the sender and DbVerticle is t...
# vertx
d
Say MainVerticle is the sender and DbVerticle is the consumer, if MainVerticle needs to get the results of the request it sent to DbVerticle the msg allows you to reply, but then you have to "listen" for the reply in MainVerticle