Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AMQP support #215

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Conversation

baixinsui
Copy link
Contributor

@baixinsui baixinsui commented Mar 10, 2025

Fixed eclipse-xpanse/xpanse#1901
Related to eclipse-xpanse/xpanse#2493

Enable the profile amqp:

  1. Start rabbitmq service with docker successfully:
    image
  2. Start terra-boot with profile amqp successfully:
    image
    Queues and exchanges created when terra-boot startup:
    image
    Springwolf UI for asyncapi (http://localhost:9090/queues/asyncapi-ui.html):
    image
    Publish health check request to the queue:
    image
    image
    Consumer receive and process health check request:
    image
    send the result to the result queue:
    image

Disbale the profile amqp:
Start terra-boot without the profile amqp successfully:
image
Swagger UI for openapi (http://localhost:9090/swagger-ui/index.html):
image
Call health check API:
image

@baixinsui baixinsui force-pushed the feat/add_AMQP_support branch 7 times, most recently from bb08d5d to 17d3901 Compare March 12, 2025 03:39
@Alice1319
Copy link
Contributor

LGTM

@baixinsui baixinsui force-pushed the feat/add_AMQP_support branch from 89076b7 to 5832d38 Compare March 21, 2025 06:28
@baixinsui baixinsui requested a review from swaroopar March 21, 2025 06:29
Copy link
Contributor

@swaroopar swaroopar left a comment

Choose a reason for hiding this comment

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

LGTM

@swaroopar swaroopar merged commit 2ed2cef into eclipse-xpanse:main Mar 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add AMQP support to terraform-boot
3 participants