-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AOT support for MQTT + Eclipse Paho #3900
Comments
Hi @joshlong ! You know it is better to ask for this support directly in Eclipe Paho project: https://github.com/eclipse/paho.mqtt.java Also I think some of your hints are redundant or erroneous.
Out of scope: Spring Integration also supports MQTT V5 if that is useful for your sample though: https://docs.spring.io/spring-integration/docs/current/reference/html/mqtt.html#mqtt-v5 |
Alright, I've raised an issue there. I hope they're able to do this before we go GA w spring boot. it would be amazing to have all the major modules working out of the box in spring integration when Boot goes GA. |
This is working config for the current GraalVM and Spring AOT support:
Closed in favor of linked Eclipse Paho issue. |
FYI the native image support has made it into Rome code base: rometools/rome#599 |
Hi, i love your MQTT support, but MQTT Paho doesn't work out-of-the-box in an AOT context. I crafted some hints that make my example work. Perhaps you would consider including them for others?
Here's the commit demonstrating the hints and a pretty typical inbound/outbound example w/ Spring Integration MQTT
Here's the hints, if for whatever reason that github repo should be lost:
The text was updated successfully, but these errors were encountered: