Skip to main content

All Questions

1 vote
0 answers
21 views

How can I broadcast a STOMP messages to all RabbitMQ servers?

I'm working in a multiserver environment. It uses Spring WebSocket and RabbitMQ as an external broker for STOMP. My JavaScript clients send messages to one single backend server through a balancer. It ...
Tobia's user avatar
  • 9,380
0 votes
0 answers
18 views

Issue with Dynamically Configuring Streams in RabbitMQ with STOMP and WebSocket

I hope you are all well. I would like to share a problem I am facing in my messaging architecture. Architecture: Web clients: Connect to RabbitMQ using the STOMP protocol. Exchange: Clients subscribe ...
Francisco Espinosa Gonzales's user avatar
0 votes
0 answers
35 views

WebSocket cluster+Rabbitmq dynamic queue

I have a service that uses Spring WebSocket, and the client connects to my service through WebSocket. At this point, my service needs to implement cluster deployment because WebSocket sessions cannot ...
Looveh's user avatar
  • 1
0 votes
1 answer
344 views

Spring Boot RabbitMQ Pub/Sub Model with Queue creation/subscriptions at runtime and container scaling

I have a Spring Boot application with a basic WebSocketConfigurer. At a high level, for each established connection, I want that websocket session to "subscribe" to a "channel" ...
Paul's user avatar
  • 185
1 vote
0 answers
222 views

Spring Web Socket with STOMP Issues

I am working on WebSocket application with STOMP and RabbitMQ as the broker. It is a chat-like application. I tried to dump thousands of messages to check if the socket will crash or observe any ...
Sumeeth Kumar's user avatar
1 vote
1 answer
558 views

Spring Websocket and Stomp with RabbitMQ- Heartbeat listener/interceptor

I Have a Spring application with Websocket and Stomp and a cluster of RabbitMQ servers. The Websocket client is configured to send heartbeats and RabbitMQ responds alright. I keep a distributed cache ...
BlackLog's user avatar
  • 331
1 vote
0 answers
253 views

Custom spring websocket security with rabbitmq

I'm working with websocket to push notification using rabbitmq like a message broker. In controller i using SimpMessageTemplate to convertAndSendToUser a message via the nick name of user @PostMapping(...
NTNT O'Klein's user avatar
1 vote
1 answer
211 views

Websockets ExecutorSubscribableChannel class keeps on sending heartbeat every 15 sec

I'm using spring boot 2.3.3.RELEASE with websocket support and RabbitMQ as external broker with stomp support. The issue is that the client keeps on getting a heartbeat message "\n" every +-...
Primus's user avatar
  • 43
0 votes
1 answer
212 views

Spring WebSocket Stomp headers are set on client side. Is this safe?

stompClient.subscribe('/topic/greetings', function (greeting) { showGreeting(JSON.parse(greeting.body).content); },{'durable': true}); As seen in code piece above; If I set the durable header ...
Jaqen H'gaar's user avatar
3 votes
0 answers
2k views

Spring boot Stomp WebSocket multiple session for same user

I have a spring boot application where I am using Stomp over websockets and using RabbitMQ as external message broker. Our application is using spring security as well. Same authenticated user can get ...
Junaid Akhtar's user avatar
1 vote
0 answers
1k views

Sending messages in Multi-tenant application using Spring Boot WebSocket RabbitMQ

I am new to RabbitMQ and need to understand how to send message to specific user of specfic company. We are using Spring Boot, WebSocket, RabbitMQ and Angular. We have multitenant application in which ...
Subodh Ranadive's user avatar
2 votes
1 answer
291 views

Get the stomp client used internally by Spring Broker Relay

I'm trying to setup a broker relay in Spring with RabbitMQ being the broker. Things work as intended when all events originate from my browser, however, sometimes I have events generated on the server ...
Raghuveer's user avatar
  • 1,837
1 vote
1 answer
471 views

How to modify each broker message for each receiver inside a channel individually in Spring Boot?

I'm sending a message to a channel but have to modify it for each client. Anyone with experience on how to do that?
Arny's user avatar
  • 452
1 vote
0 answers
389 views

Spring Boot Websocket Chat and RabbitMQ

I am quite new to Websocket Technology. I am building an application that requires realtime users communication. The messages (chat data) is going to be persisted into Cassandra (NoSql DB). The ...
nkengbeza's user avatar
  • 355
-1 votes
1 answer
2k views

rabbit-mq Queue not auto-deleted after consumers zero

I set option autoDelete as true for a queue, but sometime even if consumer is 0, the queue still exist How can I find the reason? and how to delete? thanks
kumar's user avatar
  • 497

15 30 50 per page