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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Artemis listen all protocols including MQTT on 61616. So it should be already there
Yes but 1883 is the most used port for MQTT
61616 is the old port number for ActiveMQ JMS and not well known
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: