• Private Policy
  • Contact
Follow me
  • English
  • Tiếng Việt
Huong Dan Java
  • Java
    • Java Core
      • Java Lambda Expression
    • Java Fundamentals
    • Java Stream
    • Java Tools
    • Java XML
  • Jarkata EE
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • Javalin
    • Hibernate
    • Micronaut
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring Framework
      • Spring MVC
      • Spring Security
      • Spring Session
      • Spring WebFlux
      • Spring WebSocket
    • Spark
    • Vaadin
  • Libraries
    • Apache
      • Apache ActiveMQ
      • Apache Commons IO
      • Apache FreeMarker
      • Apache HTTP Components
      • Apache Ignite
      • Apache Tiles
      • Apache Tomcat
    • AspectJ
    • Database Migration
    • EhCache
    • Jackson
    • JSch
    • Log4J
    • Project Lombok
    • Project Reactor
    • Quartz Scheduler
    • Thymeleaf
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
  • Open Source
    • Apache Kafka
    • Keycloak
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • Docker
    • Kubernetes
    • Jenkins
    • Nexus Repository Manager
    • OpenShift
  • Tool
    • Apache Ant
    • Apache Maven
    • CVS
    • Eclipse
    • FTP
    • IntelliJ
    • Git
    • Nginx
    • RAML
    • OpenAPI
  • Database
    • MongoDB
    • MySQL
    • PostgreSQL
  • Application
    • Huong Dan Java Logger
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
    • mvnForum
  • Others
    • Algorithm
    • JavaScript
  • Week of HDJ

Spring WebSocket

Relay Websocket connection using RabbitMQ in Spring Websocket

Relay Websocket connection using RabbitMQ in Spring Websocket

2 weeks ago by Khanh NguyenSpring WebSocket

A problem for applications that use Websocket is when deploying these applications with many different instances, handling requests from users with load balancer, the functionality of the application still works normally, the user still connects to the application and receives messages through Websocket without any… Read More

Send private message with @SendToUser annotation in Spring WebSocket

Send private message with @SendToUser annotation in Spring WebSocket

11 months ago by Khanh NguyenSpring WebSocket

In the tutorial showing you how to implement WebSocket with Spring WebSocket, my example application will allow all clients to receive all messages when they subscribe to the endpoint, and in the tutorial about sending messages to a specific user, my example application allows the… Read More

Send STOMP message to a specific user with Spring WebSocket

Send STOMP message to a specific user with Spring WebSocket

11 months ago by Khanh NguyenSpring WebSocket

In the previous tutorial, I showed you how to implement WebSocket using Spring WebSocket. In the example of that post, all users subscribed to “/topic/messages” will receive messages published to this topic. In case you want to only send to a certain user, how? In… Read More

Implement WebSocket with Spring framework

Implement WebSocket with Spring framework

12 months ago by Khanh NguyenSpring WebSocket

WebSocket is one of the Socket types, in short, for you to easily imagine WebSocket, it helps us to create a 2-way connection between server-side and client-side in any web application. Once the connection has been established, the client and server can exchange information, the… Read More

Search Google








Announcement

  • Contact Form error should be fixed(20 July, 2021)

Most Viewed

  • Install Node.js on macOS (280,242)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (29,402)
  • Contact (26,815)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (24,532)
  • Some ways to initialize Optional object in Java (21,038)
  • Create and use HTTP Client connection pool (16,565)
  • Implement OAuth Authorization Server using Spring Authorization Server (15,697)
  • Put the local GIT repository into the remote GIT repository (15,657)
  • Install SonarQube using Docker (15,209)
  • Archive the artifacts in Jenkins (15,190)

Recent Comments

  • abdou on Store RegisteredClient to database in Spring Authorization Server
  • gao on Send STOMP message to a specific user with Spring WebSocket
  • Mary on Send STOMP message to a specific user with Spring WebSocket
  • Tiru on Many-many relationship with extra columns in JPA
  • Khanh Nguyen on Send STOMP message to a specific user with Spring WebSocket

Links

  • Huong Dan Kotlin
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top