Proyecto

General

Perfil

Apache ActiveMQ Artemis by Neodoo En » Histórico » Versión 1

Francisco Javier Solans Benedí, 2024-03-12 17:14

1 1 Francisco Javier Solans Benedí
# Apache ActiveMQ Artemis by Neodoo
2
3
Usage Instructions
4
5
Getting started
6
7
Launch the product via 1-Click
8
9
Use a web browser to access the Administration console at: http://[ec2-ip]:8161/console, where [ec2_ip] is the public ip provided by Amazon for your instance.
10
11
Log in using the following credentials:
12
13
Username: admin or user
14
15
Password: the instance_id of the instance
16
17
18
You can also access your instance via SSH using the username and your Amazon private key.
19
The username depends on the operative system:
20
  - Centos 9 Stream: 'ec2-user'
21
  - Other Centos: 'centos'
22
  - Ubuntu: 'ubuntu'
23
  - Rocky Linux: 'rocky'
24
25
26
Installation details
27
28
ActiveMQ Artemis server is installed in /usr/java/apache-artemis-[version] directory, which is linked to /usr/java/apache-artemis.
29
Server service is configured with systemd.
30
31
32
View status server:
33
34
[centos@ip-172-31-9-232 etc]$ sudo systemctl status artemis
35
Stop server:
36
37
[centos@ip-172-31-9-232 etc]$ sudo systemctl stop artemis
38
Start server:
39
40
[centos@ip-172-31-9-232 etc]$ sudo systemctl start artemis
41
Other useful data
42
Location of sensitive information
43
All the information is saved in the folder is /var/lib/<name of your broker>
44
45
Encryption configuration
46
There is no encrypted data.
47
48
Changing system credentials
49
To change the ActiveMQ credentials you can follow the instructions in the following link:
50
https://activemq.apache.org/components/artemis/documentation/latest/masking-passwords
51
52
Instructions on how the user interacts with ActiveMQ to decrypt necessary data
53
You can use the ActiveMQ management console to view all necessary data.
54
55
How to assess and monitor the health and proper function of the application.
56
1. Navigate to your Amazon EC2 console and verify that you're in the correct region.
57
2. Choose Instance and select your launched instance.
58
3. Select the server to display your metadata page and choose the Status checks tab at the bottom of the page to review if your status checks passed or failed.
59
60
Additional resources
61
62
Following resources will help you with your first steps using Apache ActiveMQ Artemis:
63
64
https://activemq.apache.org/getting-started
65
https://activemq.apache.org/components/artemis