We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1nbuc/mcp-integration-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
glossary-for-event-mesh-501ba2d.md•1.88 kB
<!-- loio501ba2d2a629466898899d1e47f40bf9 -->
# Glossary for Event Mesh
Learn about the commonly used terms in Event Mesh.
<table>
<tr>
<th valign="top">
Term
</th>
<th valign="top">
Explanation
</th>
</tr>
<tr>
<td valign="top">
Event
</td>
<td valign="top">
A change in state of data
</td>
</tr>
<tr>
<td valign="top">
Message
</td>
<td valign="top">
A communication of data about events
</td>
</tr>
<tr>
<td valign="top">
Message Broker
</td>
<td valign="top">
A messaging infrastructure that mediates the communication of event messages between producers and consumers.
</td>
</tr>
<tr>
<td valign="top">
Message Client
</td>
<td valign="top">
A gateway that authenticates all the events publishing and consuming applications via OAuth client credentials for all technical commnications.
</td>
</tr>
<tr>
<td valign="top">
Endpoint
</td>
<td valign="top">
An object created on the broker to persist messages
</td>
</tr>
<tr>
<td valign="top">
Topic
</td>
<td valign="top">
A means of classifying the information contained in the event message.
</td>
</tr>
<tr>
<td valign="top">
Topic Subscription
</td>
<td valign="top">
A set of strings used to attract the events published to a topic.
</td>
</tr>
<tr>
<td valign="top">
Queue
</td>
<td valign="top">
An endpoint configured with or without topic subscriptions to which you can publish messages to and consume messages from.
</td>
</tr>
<tr>
<td valign="top">
Connection
</td>
<td valign="top">
The sum of all active contacts made by consumers and producers with Event Mesh.
</td>
</tr>
<tr>
<td valign="top">
Producer
</td>
<td valign="top">
An application that publishes messages about events to Event Mesh.
</td>
</tr>
<tr>
<td valign="top">
Consumer
</td>
<td valign="top">
An application that consumes messages about events from Event Mesh.
</td>
</tr>
</table>