Skip to content

JMS issue 63 - Basic Version#84

Merged
LordRekishi merged 14 commits into
mainfrom
jms-issue-63
Mar 25, 2022
Merged

JMS issue 63 - Basic Version#84
LordRekishi merged 14 commits into
mainfrom
jms-issue-63

Conversation

@LordRekishi

Copy link
Copy Markdown
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

@FelixJacobsen FelixJacobsen left a comment

Copy link
Copy Markdown
Contributor

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