vertx-stomp
vertx-stomp copied to clipboard
Client Destination Wildcard adaptation
As shown below:
Clients that subscribe to wildcards do not receive messages properly when sending messages
Whether it is more appropriate to use wildcards here
vertx.eventBus().publish("/topic/todoTask/open", "", deliveryOptions); There is also a problem of fuzzy matching.