How to Send Push Notifications with Spring Boot Using Websockets and STOMP

How to Send Push Notifications with Spring Boot Using Websockets and STOMP

Refactor First

1 год назад

37,041 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

munin kumbhakar
munin kumbhakar - 30.10.2023 09:14

Very beautiful explaination. Thanks a lot!

Ответить
Yuri Astoria
Yuri Astoria - 09.10.2023 03:15

Great explanation, so the private mesaage will only receive by the particular receiver...In your video the receiver must have log in to have an message notif, but there is a condition when the reciever log out and at a certain time the receiver log in again but there is no message in. It is possible If we add like cache to hold the data and consume by the receiver after login ? We can achieve it if using queueing, but if only using spring boot websocket is it possible?

Ответить
Гайрат Мадумаров
Гайрат Мадумаров - 13.09.2023 08:13

Thank you very much. I'm writing the comment to raise the video in ranking, because it wasn't the first i got for my request.

Ответить
Bruno Cardoso
Bruno Cardoso - 11.09.2023 06:05

Thanks for explanation. But I don't really like the way spring abstracts things, sometimes feels like a black box.

Ответить
Matías Zamorano
Matías Zamorano - 28.07.2023 01:56

Me ayudó muchisimo tu video. Mil gracias!!

Ответить
Arpit Gupta
Arpit Gupta - 22.07.2023 07:11

I was also looking for the same thing but my research ends here. Thanks.

Ответить
Vishwa G
Vishwa G - 18.07.2023 13:11

can we maintain a history or how to make that notification apper when that specific user logged in?

Ответить
Masoom Sanadi
Masoom Sanadi - 12.07.2023 13:22

very helpful.
but u have given explanation on your readymade code.
ur vid was very helpful, so i searched "code" on chrome browser (not google)
found the last comment asking for code and u had given the link.
after long time
but it would be better if u give this same link under video description.

once again, very useful
🙂

Ответить
ĐẠI DƯƠNG VÕ
ĐẠI DƯƠNG VÕ - 27.06.2023 13:34

Please provide the code for the Message class man, the method .getTo() is confusing me, how am i to follow your tutorial if you dont show the content of all your java class file

Ответить
wilfredo martel
wilfredo martel - 09.06.2023 02:31

Can spring boot be used for 1pk websocket connections? With 12 ram and 8 cores.

Ответить
ricardo
ricardo - 08.06.2023 14:55

What is the content of Message class?

Ответить
Priya Anbu
Priya Anbu - 14.02.2023 11:15

HI, Thanks for the video. can we access the stomp endpoint /app/ in postman. i am able to connect websocket endpoint but when i try to access stomp endpoint am getting 404. please provide the steps if you aware of this.

Ответить
Hamid abdukadirov
Hamid abdukadirov - 01.12.2022 16:21

the best explanation thanks . I searched for 3 days

Ответить
Joseph Cro
Joseph Cro - 30.11.2022 13:56

URGENT. Can this work with android? I implemented push notifications hit they only work on desktop

Ответить
mohammed moulla
mohammed moulla - 23.11.2022 02:53

You are awesome man !

Ответить
Rajesh B
Rajesh B - 11.11.2022 18:15

Could you show me consuming from postman

Ответить
Mocigemba
Mocigemba - 08.11.2022 15:15

best explanation I found so far. Especially the mapping to the endpoints. Well done!

Ответить
alfika muis
alfika muis - 24.10.2022 08:36

There is spring boot+ angular +jwt tutorial?

Ответить
sirfinsaan
sirfinsaan - 24.08.2022 13:26

Nice,

few points to add : ws endpoint should not be permitted All, and for high availability use rabbit mq

Ответить