Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 863 Bytes

instantOnReactiveMessaging

A demonstration application that shows how to use MicroProfile Reactive Messaging with Liberty InstantOn. Choose your branch:

  • beforeAppStart
  • afterAppStart
  • noInstantOn

Review the differences between beforeAppStart and afterAppStart.

Change to a branch with:

git checkout $BRANCH

Resources

  1. https://developer.ibm.com/articles/develop-reactive-microservices-with-microprofile/
  2. https://openliberty.io/guides/microprofile-reactive-messaging.html
  3. https://smallrye.io/smallrye-reactive-messaging/latest/concepts/concepts/
  4. OpenLiberty/open-liberty#19889
  5. https://openliberty.io/blog/2022/10/17/microprofile-serverless-ibm-code-engine.html
  6. OpenLiberty/open-liberty#21659