We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@savitharaghunathan put together an example of migrating the 'helloworld-mdb' example from jboss-eap-quickstarts to Quarkus.
Original source (Java EE example): https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.4.x/helloworld-mdb/src/main/java/org/jboss/as/quickstarts/mdb
Migrated to Quarkus: https://github.com/savitharaghunathan/helloworld-mdb/tree/quarkus
@jmle has some rules together to help guide the JMS migration here: https://github.com/jmle/rulesets/blob/jms-rule/default/generated/quarkus/05-jms-to-reactive-quarkus.windup.yaml (Related to: windup/windup-rulesets#1043)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@savitharaghunathan put together an example of migrating the 'helloworld-mdb' example from jboss-eap-quickstarts to Quarkus.
Original source (Java EE example): https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.4.x/helloworld-mdb/src/main/java/org/jboss/as/quickstarts/mdb
Migrated to Quarkus:
https://github.com/savitharaghunathan/helloworld-mdb/tree/quarkus
@jmle has some rules together to help guide the JMS migration here:
https://github.com/jmle/rulesets/blob/jms-rule/default/generated/quarkus/05-jms-to-reactive-quarkus.windup.yaml
(Related to: windup/windup-rulesets#1043)
The text was updated successfully, but these errors were encountered: