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

Dev Service for MQTT broker #993

Open
davsclaus opened this issue Nov 15, 2023 · 3 comments
Open

Dev Service for MQTT broker #993

davsclaus opened this issue Nov 15, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@davsclaus
Copy link
Contributor

We can add a MQTT broker to the known dev services
https://github.com/apache/camel-karavan/blob/main/karavan-web/karavan-app/src/main/resources/services/devservices.yaml

This makes it easier to spin up a MQTT broker for development with karavan

There is an example here with a docker compose file we can use as inspiration
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/mqtt

@davsclaus davsclaus added the good first issue Good for newcomers label Nov 15, 2023
@davsclaus
Copy link
Contributor Author

It may be that artemis can be made to have MQTT enabled on port 1883 (default for MQTT)
https://activemq.apache.org/components/artemis/documentation/

Then we can use this instead of Eclipse Mosqito

@mgubaidullin
Copy link
Contributor

Artemis listen all protocols including MQTT on 61616. So it should be already there

@davsclaus
Copy link
Contributor Author

Yes but 1883 is the most used port for MQTT

61616 is the old port number for ActiveMQ JMS and not well known

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants