I have no experience with vert.x Just exploring as it looks interesting.
My question is, when we use event-bus in the clustered mode with infinispan or hazelcast, 1 jvm instance sends a message to an address, another jvm instance which is the consumer of the messages is not available, will the infinispan buffer and deliver the message when the consumer comes up & gets that processed and respond back to the sender?