I'm trying to get the event bus to work without a clustermanager. I'm using vertx 3.7.0. I thought I'd modify the example core-examples/eventbus/pointtopoint to use the Runner.runExample method instead of the Runner.runClusteredExample. In addition I have both verticle deployed in the same JVM by using a new class that contains a static main(). When using the runExample method I always get this error as the reply on the Sender:
(NO_HANDLERS,-1) No handlers for address ping-address
When using the runClusteredExample It all works correctly.
I'm trying to get the event bus to work without a clustermanager. I'm using vertx 3.7.0. I thought I'd modify the example core-examples/eventbus/pointtopoint to use the Runner.runExample method instead of the Runner.runClusteredExample. In addition I have both verticle deployed in the same JVM by using a new class that contains a static main(). When using the runExample method I always get this error as the reply on the Sender: (NO_HANDLERS,-1) No handlers for address ping-address When using the runClusteredExample It all works correctly.