Spring MQTT: java.util.MissingResourceException: Can't find bundle for base name org.eclipse.paho.client.mqttv3.internal.nls.logcat, locale en_US
问题 NOTE WELL: I am NOT running eclipse. I am running a standalone Spring application from the command line with maven. When I attempt to send a message to an outbound channel adapter created with IoC using spring-integration-mqtt 4.3.8, I get java.lang.ExceptionInInitializerError at org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory.getAsyncClientInstance(DefaultMqttPahoClientFactory.java:147) at org.springframework.integration.mqtt.outbound.MqttPahoMessageHandler