Skip to content

Commit

Permalink
Remove redundant direct:sendMessage route from VertxWebsocketRoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 27, 2023
1 parent 749cc73 commit 0ad4653
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public void configure() throws Exception {
.end()
.to("vertx-websocket:/");

from("direct:sendMessage")
.to("vertx-websocket:/test");

from("direct:produceToExternalEndpoint")
.toD("vertx-websocket:${header.host}:${header.port}/managed/by/quarkus/websockets");

Expand Down

0 comments on commit 0ad4653

Please sign in to comment.