-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release 0.1.0 #3
Conversation
@bpasson hey, the quarkiverse-docs is still a prototype and we're evaluating it. Here is an example on how to have your extension listed there: quarkiverse/quarkiverse-docs#1 |
@gastaldi ok, I will send a PR then to include the quarkus-rabbitmq-client in there. |
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.
This PR looks good to me. Good job!
As stated I still have to test TLS connections in java and native mode. I would like to have some actual integration tests. Is there a way to spin up an actual RabbitMQ during the build? Not too familiar with GitHub actions yet. |
I haven't tested, but I think you can use TestContainers for that: https://www.testcontainers.org/modules/rabbitmq/ |
Why didn't I think of that. I'll give it a go and see if I can get that up and running. |
This is the initial version of the RabbitMQ client. It contains full documentation on how to use it. Not sure where I can actually view the documentation. I used quarkiverse-docs to build the documentation, but noticed font-awesome icons are not rendered. I couldn't find any documentation on how the documentation actually works. Any hints there are appreciated.
I will not be merging this until I got the chance to test the TLS connection setup with RabbitMQ in both java and native mode.
The pull request is mainly here to see if the build pipeline is working as expected and to get some feedback on the project structure and if all adheres to the Quarkiverse expectations.