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
{{ message }}
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,20 @@ We will use the [AWS Serverless Application Model](https://github.com/awslabs/se
62
62
--output-template-file packaged.yaml
63
63
```
64
64
65
-
4. A single-instance broker launched without any changes to the default network and security configuration will be associated with one Security Group. In addition to the Security Group ID, you will also need the username and password you provided when creating the broker to deploy our Lambda functions and other resources:
65
+
4. Next, deploy the CloudFormation stack, including the following parameters:
66
+
67
+
* `AmazonMQHost` - your broker endpoint, e.g. <broker_id>.mq.us-east-2.amazonaws.com (note: do not incude the protocol or port)
68
+
* `AmazonMQLogin` - username provided when creating your broker (e.g. master)
69
+
* `AmazonMQPassword` - password provided when creating your broker
70
+
* `AmazonMQQueueName` - name of your broker's queue, we use `SAMPLE_QUEUE` here
71
+
* `AmazonMQSecurityGroupId` - security group id, as captured above (e.g. sg-12345678)
@@ -83,7 +90,7 @@ We will use the [AWS Serverless Application Model](https://github.com/awslabs/se
83
90
Once the CloudFormation stack is complete, we can send a test message using the ActiveMQ console.
84
91
85
92
86
-
1. Open the ActiveMQ Management Console, available at https://<BROKER_ENDPOINT>:8162.
93
+
1. Open the ActiveMQ Management Console, available at https://<BROKER_ENDPOINT>:8162. If you have trouble accessing the console, modify its security group to allow inbound traffic from your IP address.
87
94
88
95
2. Click the link "Manage ActiveMQ broker" and enter the username and password from when you created the broker.
0 commit comments