-
Hi @gmallard
stompngo is a awesome project. I wonder is there any other use case in production environment. We have put it under production environment with rabbitmq and rabbitmq-stomp-websocket p…
-
# 리팩토링 단계
## 1차 : 구조 리팩토링
- js, jsp 분리
- 컴포넌트별 파일 분리
## 2차 : jsp (html) 1차 수정
- 기본적인 웹표준, 웹접근성 준수
## 3차 : 필요 라이브러리만 남기기
- jquery 걷어내기
- malibu-custom-scrollbar-plugin 대안 찾기
## 4차 : js…
-
I am trying to stream time series data using Springframework SimpMessagingTemplate (default Stomp implementation) to broadcast messages to a topic that the stompjs client subscribed to. However, the …
-
Hi!
I'm working with RabbitMQ though CloudAMQP. I'm having my frontend connect to the service via your library and SockJS. I have two main queues that I want to be durable. A user on the frontend g…
-
Hi,
I am a bit surprised that this is not working and I am wondering if it is me doing something wrong.
Problem is when receiving a large message (plain/text), information is processed and the Fr…
-
java.lang.NoSuchMethodError: No static method com_siheal_smartphone_commonlib_stom_client_StompClient$$Lambda$1_lambda$connect$0(Lcom/siheal/smartphone/commonlib/stom/client/StompClient;Ljava/util/Lis…
shixl updated
4 years ago
-
Hello, I'm using stomp javascript client with ActiveMq Topics.
I subscribe to a topic and I receive text messages with xml content as expected.
When I send messages to the Topic always text with xml…
-
I've just tried checking this project out of git, and `mvn clean install` gives me the following;
```
Results :
Failed tests: should be able to receive UTF8 messages(org.projectodd.stilts.stomp.cl…
-
How to get session id from client when connect websocket successful?
-
STOMP over ws connection and send to topic are normal.
//1. in js, the subscribe could only trigger the latest callback
// console output only print "callback 3"
for(var i= 0;i