You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ symptoma/activemq:latest
25
25
26
26
## ActiveMQ version
27
27
28
-
Current version of ActiveMQ is **5.18.4**: https://archive.apache.org/dist/activemq/5.18.4/
28
+
Current version of ActiveMQ is **5.18.6**: https://archive.apache.org/dist/activemq/5.18.6/
29
29
30
30
Note: Since ActiveMQ 5.16.0 the Web Console is not reachable by default, as it only listens to 127.0.0.1 inside the container. See [AMQ-8018](https://issues.apache.org/jira/browse/AMQ-8018) for more details.
31
31
@@ -34,23 +34,23 @@ Note: Since ActiveMQ 5.16.0 the Web Console is not reachable by default, as it o
34
34
You can define the following environment variables to control the behavior.
| ACTIVEMQ_WEBCONSOLE_USE_DEFAULT_ADDRESS | false | Set default behavior of ActiveMQ Jetty listen address (127.0.0.1). By default, WebConsole listens on all addresses (0.0.0.0), so you can reach/map the WebConsole port (8161) |
43
43
| ACTIVEMQ_ADMIN_CONTEXTPATH | /admin |[WebConsole](https://github.com/apache/activemq/blob/main/assembly/src/release/conf/jetty.xml) Set contextPath of WebConsole (jetty.xml) |
44
44
| ACTIVEMQ_API_CONTEXTPATH | /api |[API](https://github.com/apache/activemq/blob/main/assembly/src/release/conf/jetty.xml) Set contextPath of API (jetty.xml) |
45
-
| ACTIVEMQ_ENABLE_SCHEDULER | false | Enable the scheduler by setting `schedulerSupport` to `true` in `activemq.xml`|
45
+
| ACTIVEMQ_ENABLE_SCHEDULER | false | Enable the scheduler by setting `schedulerSupport` to `true` in `activemq.xml`|
46
46
47
47
48
48
## Exposed Ports
49
49
50
50
The following ports are exposed and can be bound:
51
51
52
52
| Port | Description |
53
-
|:------|:------------|
53
+
|:----|:----------|
54
54
| 1883 | MQTT |
55
55
| 5672 | AMPQ |
56
56
| 8161 | WebConsole |
@@ -68,11 +68,11 @@ The following ports are exposed and can be bound:
68
68
69
69
First, commit your change to Git.
70
70
71
-
`git commit -m "Update ActiveMQ to 5.18.4"`
71
+
`git commit -m "Update ActiveMQ to 5.18.6"`
72
72
73
73
Then tag it.
74
74
75
-
`git tag -a v5.18.4 -m 'Release 5.18.4'`
75
+
`git tag -a v5.18.6 -m 'Release 5.18.6'`
76
76
77
77
Then push it to Github.
78
78
@@ -81,7 +81,7 @@ Then push it to Github.
81
81
Publishing manually works like this (after `docker login`):
82
82
83
83
```
84
-
docker tag <image> symptoma/activemq:5.18.4
84
+
docker tag <image> symptoma/activemq:5.18.6
85
85
docker push symptoma/activemq
86
86
```
87
87
@@ -93,5 +93,5 @@ Prepare the buildx context and use it:
0 commit comments