Example code for testing the vertxEventBusService removeListener(address, callback) function. The test shows that the listener gets unregistered successfully without an error both before and after a reconnect.
- Start MainVertx (the server sends a message every 3 seconds)
- Open http://localhost:8484/ in the browser
- Restart the server
- Click the button "Unregister"