Skip to content

feat: add RabbitMQ (AMQP) protocol example template - #1373

Open
RohithPariki wants to merge 1 commit into
asyncapi:masterfrom
RohithPariki:feat/issue-1253-rabbitmq-amqp-template
Open

feat: add RabbitMQ (AMQP) protocol example template#1373
RohithPariki wants to merge 1 commit into
asyncapi:masterfrom
RohithPariki:feat/issue-1253-rabbitmq-amqp-template

Conversation

@RohithPariki

@RohithPariki RohithPariki commented Aug 29, 2026

Copy link
Copy Markdown

Description

This PR resolves #1253 by adding a new RabbitMQ (AMQP 0-9-1) protocol template example to AsyncAPI Studio (rabbitmq-amqp.yml), registered under the protocol examples in apps/studio/src/examples/index.tsx.

Motivation & Context

  • As requested in Template Request: RabbitMQ (AMQP) #1253, Studio previously lacked a dedicated RabbitMQ / AMQP protocol template for users building event-driven systems on AMQP brokers.
  • The template uses standard AsyncAPI 3.0 specification syntax demonstrating:
    • AMQP server definition (amqp protocol with AMQP 0.3.0 binding).
    • Exchange routing key channel binding (is: routingKey, topic exchange type: topic).
    • Queue channel binding (is: queue, durable queue).
    • AMQP operation bindings (deliveryMode, mandatory, ack).
    • Structured schema payload with UserSignedUp components message definition.
  • Adds unit tests in apps/studio/src/services/tests/examples.test.ts verifying template registration and error-free AST parsing by @asyncapi/parser.

Changes Made

  • Added apps/studio/src/examples/rabbitmq-amqp.yml with complete AsyncAPI 3.0 AMQP specification.
  • Imported and registered RabbitMQ AMQP template in apps/studio/src/examples/index.tsx.
  • Added unit test suite in apps/studio/src/services/tests/examples.test.ts.
  • Fixed ESM export in packages/ui/tailwind.config.js.

Checks

  • pnpm run lint passes with 0 errors / 0 warnings (✔ No ESLint warnings or errors).
  • pnpm run build passes cleanly across all workspace packages.
  • Added automated tests.

Fixes #1253

@changeset-bot

changeset-bot Bot commented Aug 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9d728e1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for modest-rosalind-098b67 ready!

Name Link
🔨 Latest commit 9d728e1
🔍 Latest deploy log https://app.netlify.com/projects/modest-rosalind-098b67/deploys/6a923d1c58169f0008a42d49
😎 Deploy Preview https://deploy-preview-1373--modest-rosalind-098b67.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for asyncapi-studio-design-system ready!

Name Link
🔨 Latest commit 9d728e1
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-studio-design-system/deploys/6a923d1c4d6205000995665d
😎 Deploy Preview https://deploy-preview-1373--asyncapi-studio-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Template Request: RabbitMQ (AMQP)

1 participant