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: content/en/docs/marketplace/platform-supported-content/services/event-broker.md
+26-35Lines changed: 26 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ See [CloudEvents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#requir
119
119
120
120
For HTTP Bridges, an additional HTTP header is required for authentication.
121
121
122
-
***Authorization**: The value must be set as a Bearer token using the Personal Access Token (PAT) generated during bridge configuration.
122
+
***Authorization** – The value must be set as a Bearer token using the Personal Access Token (PAT) generated during bridge configuration.
123
123
For example: `Authorization: Bearer <your-personal-access-token>`
124
124
125
125
This header must be included in all HTTP requests sent to the Mendix Event Broker via the HTTP Bridge. For details on how to obtain your Bearer token, see [Using the HTTP Bridge](#using-the-http-bridge).
@@ -137,7 +137,7 @@ Technical Contacts with a license to the Mendix Event Broker can manage this fea
137
137
1. Click **Create a Bridge** to create a new bridge.
138
138
2. Select either an **AWS SQS** or an **HTTP** service to configure.
139
139
140
-
An AWS SQS bridge uses the [Amazon Simple Queue Service](https://aws.amazon.com/sqs/). The HTTP Bridge uses HTTP requests to send events from external systems to the Mendix Event Broker. The HTTP bridge is one-way: **HTTP to Event Broker**.
140
+
* An AWS SQS bridge uses the [Amazon Simple Queue Service](https://aws.amazon.com/sqs/). The HTTP Bridge uses HTTP requests to send events from external systems to the Mendix Event Broker. The HTTP bridge is one-way: **HTTP to Event Broker**.
141
141
142
142
3. Click **Next** to continue with creating your bridge.
143
143
@@ -146,15 +146,15 @@ Technical Contacts with a license to the Mendix Event Broker can manage this fea
146
146
147
147
### Configuring a Bridge with AWS SQS {#bridge-with-aws-sqs}
148
148
149
-
The creation process for AWS SQS bridges contains two further steps on the Mendix side and policies that need to be implemented on the AWS side.
149
+
The creation process for AWS SQS bridges includes two further steps on the Mendix side and policies that need to be implemented on the AWS side.
150
150
151
151
#### Configuration Details
152
152
153
-
The next step of configuration is to select a [Space](#spaces), Name, and Region for the bridge to operate in.
153
+
1. Select a [Space](#spaces), Name, and Region for the bridge to operate in.
6. After all events have been configured, click **Start** to start the Mendix Event Broker Bridge. This process will take several minutes to complete. You can also choose to **Start Later**.
Initially, you will have no business events. Choose the business events to integrate by doing the following:
250
247
251
-
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker (including Mendix app-defined and uploaded AsyncAPI events).
252
-
253
-
Only events that can **subscribe** are displayed, as this bridge is one-way.
254
-
255
-
2. Select the event(s) you want to integrate.
256
-
257
-
Once events are selected, the URL for the HTTP connection is automatically generated. No further configuration is required.
258
-
248
+
1. Click **Add Business Events** to open a dialog displaying all events managed by the Event Broker (including Mendix app-defined and uploaded AsyncAPI events). Only events that can **subscribe** are displayed, as this bridge is one-way.
249
+
2. Select the event(s) you want to integrate. Once events are selected, the URL for the HTTP connection is automatically generated. No further configuration is required.
259
250
3. Click **Next** to integrate the chosen business events.
0 commit comments