{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a6435d67-633a-4b76-85b2-f3882bef7ec1",
    "slug": "JwaQug",
    "name": "ActiveMQ",
    "description": "The most popular open source, multi-protocol, Java-based message broker.",
    "url": "https://railway.com/deploy/JwaQug",
    "upstream": {
      "image": "ghcr.io/brody192/railway-public-to-private-proxy"
    }
  },
  "services": [
    {
      "name": "ActiveMQ",
      "source": {
        "image": "apache/activemq-artemis:2.35.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/artemis-instance",
      "tcp_ports": [
        61616
      ],
      "http": false
    },
    {
      "name": "ActiveMQ UI",
      "source": {
        "image": "ghcr.io/brody192/railway-public-to-private-proxy"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ACTIVEMQ_URL",
      "service": "ActiveMQ",
      "description": "The public TCP proxy domain for the service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ARTEMIS_USER",
      "service": "ActiveMQ",
      "description": "Provide a value for ARTEMIS_USER.",
      "secret": false,
      "strategy": "default",
      "default": "artemis"
    },
    {
      "key": "ACTIVEMQ_PORT",
      "service": "ActiveMQ",
      "description": "The external port for the TCP Proxy.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ANONYMOUS_LOGIN",
      "service": "ActiveMQ",
      "description": "Provide a value for ANONYMOUS_LOGIN.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "ActiveMQ",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "ACTIVEMQ_UI_PORT",
      "service": "ActiveMQ",
      "description": "Provide a value for ACTIVEMQ_UI_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8161"
    },
    {
      "key": "ARTEMIS_PASSWORD",
      "service": "ActiveMQ",
      "description": "Provide a value for ARTEMIS_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ACTIVEMQ_PRIVATE_URL",
      "service": "ActiveMQ",
      "description": "The private DNS name of the service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ACTIVEMQ_PRIVATE_PORT",
      "service": "ActiveMQ",
      "description": "The internal port for the TCP Proxy.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PROXY_HOST",
      "service": "ActiveMQ UI",
      "description": "Provide a value for PROXY_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PROXY_PORT",
      "service": "ActiveMQ UI",
      "description": "Provide a value for PROXY_PORT.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "JwaQug"
      }
    },
    "cli": "railway deploy --template JwaQug",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a6435d67-633a-4b76-85b2-f3882bef7ec1",
            "serializedConfig": {
              "services": {
                "6b181620-3d41-4035-ae20-d9b00cc3cee8": {
                  "icon": "https://activemq.apache.org/assets/img/activemq_logo_icon.svg",
                  "name": "ActiveMQ",
                  "source": {
                    "image": "apache/activemq-artemis:2.35.0"
                  },
                  "variables": {
                    "ACTIVEMQ_URL": {
                      "description": "The public TCP proxy domain for the service.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "ARTEMIS_USER": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "artemis"
                    },
                    "ACTIVEMQ_PORT": {
                      "description": "The external port for the TCP Proxy.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "ANONYMOUS_LOGIN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "false"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0"
                    },
                    "ACTIVEMQ_UI_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8161"
                    },
                    "ARTEMIS_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ARTEMIS_PASSWORD}}"
                    },
                    "ACTIVEMQ_PRIVATE_URL": {
                      "description": "The private DNS name of the service.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "ACTIVEMQ_PRIVATE_PORT": {
                      "description": "The internal port for the TCP Proxy.",
                      "defaultValue": "${{RAILWAY_TCP_APPLICATION_PORT}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "61616": {}
                    }
                  },
                  "volumeMounts": {
                    "6b181620-3d41-4035-ae20-d9b00cc3cee8": {
                      "mountPath": "/var/lib/artemis-instance"
                    }
                  }
                },
                "e69433bc-98dd-4e51-acff-e429e2cd9d82": {
                  "icon": "https://activemq.apache.org/assets/img/activemq_logo_icon.svg",
                  "name": "ActiveMQ UI",
                  "source": {
                    "image": "ghcr.io/brody192/railway-public-to-private-proxy"
                  },
                  "variables": {
                    "PROXY_HOST": {
                      "defaultValue": "${{ActiveMQ.ACTIVEMQ_PRIVATE_URL}}"
                    },
                    "PROXY_PORT": {
                      "defaultValue": "${{ActiveMQ.ACTIVEMQ_UI_PORT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T12:50:48.542Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5e53609ddae34a2c9b24",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 74,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "ActiveMQ"
  }
}
