-
Notifications
You must be signed in to change notification settings - Fork 2
Overview
This is the vertx extension for WildFly Application Server.
WildFly subsystem and Galleon feature pack for integrating the Eclipse Vert.x into a WildFly installation.
The goal of the extension is to be the central place to provide the vertx instance within WildFly server for other subsystems which may need it, example subsystems are microprofile-telemetry and microprofile-reactive-messaging.
As normally it is sufficient to have one vertx instance for everything in a JVM, the vertx
subsystem provides either nothing or one vertx instance according to the configuration. You can set up a Vertx instance using WildFly management model, and it can be accessed using CDI injection with a specified CDI qualifier.
You can configure the basic options in primitive types defined in VertxOptions in the vertx subsystem except for some clustered vertx related ones.
There is no plan to set up clustered vertx for now.