-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat(jms): JMS support #432
Conversation
✅ Deploy Preview for springwolf-ui canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Springwolf. Thanks a lot for creating your first pull request. Please check out our contributors guide and feel free to join us on discord.
Hi @krzysztofxkwiecien |
Great to see that you updated the readme as well. Can you add jms to the springwolf-ui mock-server.ts as well? This allows the demo website to show the jms example. |
Sure! let me know if anything else needs updating |
Hi @krzysztofxkwiecien, Can you add tests for:
|
Co-authored-by: sam0r040 <93372330+sam0r040@users.noreply.github.com>
Thank you @krzysztofxkwiecien for this big contribution and adding this much wished feature to support JMS. We plan to release this soon so stay tuned. We also gather infos about who is using Springwolf. Please comment your company's name in #342 - if can. |
This PR adds support for JMS @JmsListener annotation, as requested in #173
The code is based on the sqs plugin and example, with no changes made other than what was necessary to use jms instead of sqs