vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

Vert.x MQTT

Results 50 vertx-mqtt issues
Sort by recently updated
recently updated
newest added

#### Describe the feature The broker support the websocket in recent versions, I suggest to make Client support too. #### Use cases In most cases, The service will be deploy...

enhancement
help wanted

See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/

I am using a browser version of mqtt.js to create an MQTT client and trying to connect with an MQTT broker created with vertx-mqtt. When the broker reject the connection...

bug

Hello. We'd like `vertx-mqtt` to support MQTT v5 (https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html) and we're willing to develop such changes. Before we started, could you give us some guidelines on how to make sure...

enhancement

### Questions * subscriber cant receive topic message ### Version 4.0.0 ### Context * client code ` @Slf4j public class MqttClientVerticle extends AbstractVerticle { private MqttClient mqttClient; \@Override public void...

bug

In the constructor of the MQTT client, it looks like some changes in the past have changed the originally intended behavior: https://github.com/vert-x3/vertx-mqtt/blob/9a91ad811c4e9fbe47306fc2666f9bc4bc8ec33c/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java#L156-L165 From what I see, the `netClientOptions` gets copied,...

bug

Motivation: Trying to fix: https://github.com/smallrye/smallrye-reactive-messaging/issues/1181 Conformance: Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere...

Fixes #159. I dont know if 20 seconds is "a reasonable" default amount of time because this depends on the environment.

Assuming the following happens: * TCP connect is OK * Client sends CONNECT * Waits for CONACK If the CONACK never is received by the client, but still the TCP...

* messageId * password * willMessage

to review