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

JMS issue 63 - Basic Version #84

Merged
merged 14 commits into from
Mar 25, 2022
Merged

JMS issue 63 - Basic Version #84

merged 14 commits into from
Mar 25, 2022

Conversation

LordRekishi
Copy link
Contributor

Fix #63

This is a basic version of JMS using RabbitMQ. This implement an endpoint /publish where you can send a message using JSON formatting "message": "sample message". The app will send it, give you a simple confirmation message and then the listener part of the app will consume it and print it in the console.

This requires that RabbitMQ is running in docker, instructions in the updated README.md file for how to deploy this.
To access the management console, please also see the README.md file.

To create this I followed this Tutorial

… broker, as well as info about login to the management console"

This reverts commit 36614c5.
# Conflicts:
#	src/main/java/se/iths/crimedatabase/security/SecurityConfig.java
@FelixJacobsen FelixJacobsen self-requested a review March 25, 2022 14:55
Copy link
Contributor

@FelixJacobsen FelixJacobsen left a comment

Choose a reason for hiding this comment

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

I followed the mention guided and executed it, step by step. Everything worked fine and I were able to send messages between two Java Spring Boot applications. Good work!

@LordRekishi LordRekishi merged commit a49be01 into main Mar 25, 2022
@LordRekishi LordRekishi deleted the jms-issue-63 branch March 25, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement JMS
2 participants