Does vert.x support websocket using stomp over sockjs like Spring4? - spring

Does vert.x support websocket using stomp over sockjs like Spring4?
Spring4 websocket support stomp over sockjs, but I don't found in Vert.x document about stomp over sockjs, only stomp with websocket:
https://vertx.io/docs/vertx-stomp/java/#_using_the_stomp_server_with_web_sockets.

As of Vert.x 3.5.1 it is not supported. Can you please file a feature request in the vertx-stomp project? Thanks

Related

How to test stomp application using postman?

I am making a chat application backend using spring WebSockets.
The protocol for communication is STOMP and I am using rabbitmq as a message broker.
I want to test my application using postman but I can't find any helpful tutorial/video.

STOMP Client for Quarkus Websockets

Has anyone found a STOMP client implementation that works with Quarkus Native via web sockets?
I am using Quarkus 2.7.5.Final including io.quarkus:quarkus-websockets-client

Spring WebSocket and RabbitMQ Web STOMP example

I have done Spring Webscoket + RabbitMQ STOMP.
I need to do the same with RabbitMQ Web STOMP
Any links or examples for RabbitMQ WEB STOMP?

how can i integrate Spring Boot WebSocket with Kafka

I want to integrate kafka with Spring Boot WebSocket project, the official documentation of it uses STOMP protocol by default which don't support kafka like a brocker messages. So my question is, how can I integrate kafka with Spring Boot WebSocket ? and thank you so much.

GraniteDS websockets, same endpoint for Flex and JS

GraniteDS 3.1.0RC1 supports Websocket JSR 356 specification. Does it mean I can use the same endpoint for Flex client and Javascript client?
I didn't find websocket demo in the GraniteDS tutorial :(
)
GraniteDS implements an AMF-based messaging protocol on top of websockets.
It's not really possible nor useful to use a JS client with this same endpoint as it would not be able to communicate with Flex clients.
As for a demo/tutorial, you can have a look at this.

Resources