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

New Serverless Pattern - Event driven Amazon MQ ActiveMQ message processing using AWS Lambda (Java) #2281

Conversation

biswanathmukherjee
Copy link
Contributor

Issue #, if available:

Description of changes:
This sample project demonstrates event driven message processing from an Amazon MQ ActiveMQ queue using an AWS Lambda function written in Java.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

activemq-lambda-sam-java/README.md Outdated Show resolved Hide resolved
activemq-lambda-sam-java/README.md Outdated Show resolved Hide resolved
activemq-lambda-sam-java/README.md Outdated Show resolved Hide resolved
activemq-lambda-sam-java/example-pattern.json Outdated Show resolved Hide resolved
activemq-lambda-sam-java/example-pattern.json Outdated Show resolved Hide resolved
activemq-lambda-sam-java/template.yaml Outdated Show resolved Hide resolved
activemq-lambda-sam-java/template.yaml Outdated Show resolved Hide resolved
activemq-lambda-sam-java/template.yaml Outdated Show resolved Hide resolved
- IpProtocol: tcp
FromPort: 8162
ToPort: 8162
CidrIp: 0.0.0.0/0
Copy link
Contributor

Choose a reason for hiding this comment

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

Would there be a way to not allow everyone access?

Copy link
Contributor

Choose a reason for hiding this comment

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

This port is used to access the AMQ console and restricting it a some source might make it heard for users to access the console unless. I feel this might have to be publicly accessible, but open to suggestions.

activemq-lambda-sam-java/template.yaml Outdated Show resolved Hide resolved
rr-on-gh and others added 3 commits May 27, 2024 09:58
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
@julianwood julianwood merged commit 843c78a into aws-samples:main May 29, 2024
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.

None yet

6 participants