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

Create Camel-Compliant SQS Subscriptions #23

Merged
merged 5 commits into from
Jul 4, 2024

Conversation

jameskbride
Copy link
Owner

Context

Right now when an SQS subscription is created via the /subscribe endpoint with an http/https URL we simply save the URL to the subscription endpoint. Publishing to the subscription fails as we need to have a Camel-compliant endpoint definition (aws2-sqs://....). This change corrects the subscribe behavior to convert the SQS endpoint URL to the Camel-compliant version.

Changes

  • Adding logic to the /subscribe endpoint to convert the subscription endpoint to the Camel-compliant format for SQS subscriptions.

Testing and Validation Steps

@jameskbride jameskbride merged commit 8a069dd into main Jul 4, 2024
1 check passed
@jameskbride jameskbride deleted the sqs-subscribe-creates-camel-compliant-endpoints branch July 4, 2024 17:39
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.

1 participant