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

Client Destination Wildcard adaptation

Open llm163520 opened this issue 5 years ago • 2 comments

As shown below: image Clients that subscribe to wildcards do not receive messages properly when sending messages

llm163520 avatar Aug 30 '19 16:08 llm163520

image Whether it is more appropriate to use wildcards here

llm163520 avatar Aug 30 '19 16:08 llm163520

vertx.eventBus().publish("/topic/todoTask/open", "", deliveryOptions); There is also a problem of fuzzy matching.

llm163520 avatar Aug 30 '19 17:08 llm163520