vert-x3 / vertx-stomp

STOMP client/server implementation
Apache License 2.0
31 stars 28 forks source link

Client Destination Wildcard adaptation #57

Open llm163520 opened 5 years ago

llm163520 commented 5 years ago

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

llm163520 commented 5 years ago

image Whether it is more appropriate to use wildcards here

llm163520 commented 5 years ago

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