All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

{
  "properties": [
    {
      "name": "quickfixj.client.config",
      "type": "java.lang.String",
      "description": "The location of the configuration file to use to initialize QuickFixJ client."
    },
    {
      "name": "quickfixj.client.auto-startup",
      "type": "java.lang.Boolean",
      "description": "Whether the client should get started automatically.",
      "defaultValue": true
    },
    {
      "name": "quickfixj.client.phase",
      "type": "java.lang.Integer",
      "description": "The spring initialisation phase in which the client will start.",
      "defaultValue": 2147483647
    },
    {
      "name": "quickfixj.client.jmx-enabled",
      "type": "java.lang.Boolean",
      "description": "Whether to register the Jmx MBeans for the client.",
      "defaultValue": false
    },
    {
      "name": "quickfixj.server.config",
      "type": "java.lang.String",
      "description": "The location of the configuration file to use to initialize QuickFixJ server."
    },
    {
      "name": "quickfixj.server.auto-startup",
      "type": "java.lang.Boolean",
      "description": "Whether the server should get started automatically.",
      "defaultValue": true
    },
    {
      "name": "quickfixj.server.phase",
      "type": "java.lang.Integer",
      "description": "The spring initialisation phase in which the server will start.",
      "defaultValue": 2147483647
    },
    {
      "name": "quickfixj.server.jmx-enabled",
      "type": "java.lang.Boolean",
      "description": "Whether to register the Jmx MBeans for the server.",
      "defaultValue": false
    }
  ]
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy