forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
44 lines (44 loc) 路 1.86 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
44 lines (44 loc) 路 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"id": "activemq-sdkman",
"version": "2.0.15",
"name": "Apache ActiveMQ (Classic) (via SDKMAN)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/activemq-sdkman",
"description": "Apache ActiveMQ\u00ae is a popular open source, multi-protocol, Java-based message\nbroker. It supports industry standard protocols so users get the benefits of\nclient choices across a broad range of languages and platforms. Connect from\nclients written in JavaScript, C, C++, Python, .Net, and more. Integrate your\nmulti-platform applications using the ubiquitous AMQP protocol. Exchange\nmessages between your web applications using STOMP over websockets. Manage your\nIoT devices using MQTT. Support your existing JMS infrastructure and beyond.\nActiveMQ offers the power and flexibility to support any messaging use-case.",
"options": {
"version": {
"default": "latest",
"description": "Select the version of Apache ActiveMQ (Classic) to install.",
"proposals": [
"latest"
],
"type": "string"
},
"jdkVersion": {
"default": "latest",
"description": "Select or enter a JDK version to install.",
"proposals": [
"latest",
"none",
"17",
"11",
"8"
],
"type": "string"
},
"jdkDistro": {
"default": "ms",
"description": "Select or enter a JDK distribution to install",
"proposals": [
"ms",
"open",
"oracle",
"tem"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/ebaskoro/devcontainer-features/sdkman",
"ghcr.io/devcontainers/features/java"
]
}