Skip to content
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

Add artemis-mqtt-protocol in the bom #17720

Closed
zhfeng opened this issue Jun 7, 2021 · 0 comments · Fixed by #17721
Closed

Add artemis-mqtt-protocol in the bom #17720

zhfeng opened this issue Jun 7, 2021 · 0 comments · Fixed by #17721
Labels
kind/enhancement New feature or request
Milestone

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Jun 7, 2021

Description

Camel quarkus needs to test mqtt by using the EmbeddedActiveMQ.

Implementation ideas

Just add the following dependency section in bom/application/pom.xml

<dependency>
          <groupId>org.apache.activemq</groupId>
          <artifactId>artemis-mqtt-protocol</artifactId>
          <version>${artemis.version}</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants