You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-10487: Add STOMP CONNECT frame from the client (#10488)
Fixes: #10487
* Fix `WebSocketInboundChannelAdapter` to register own client session
in the `StompSubProtocolHandler` for a proper correlation for upcoming messages from the server
* Fix `WebSocketOutboundMessageHandlerTests` to produce required STOMP `CONNECT` before publishing data
**Auto-cherry-pick to `6.4.x`**
# Conflicts:
# spring-integration-websocket/src/main/java/org/springframework/integration/websocket/inbound/WebSocketInboundChannelAdapter.java
Copy file name to clipboardExpand all lines: spring-integration-websocket/src/main/java/org/springframework/integration/websocket/inbound/WebSocketInboundChannelAdapter.java
Copy file name to clipboardExpand all lines: spring-integration-websocket/src/test/java/org/springframework/integration/websocket/client/StompIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-integration-websocket/src/test/java/org/springframework/integration/websocket/inbound/WebSocketInboundChannelAdapterTests.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ public void testWebSocketInboundChannelAdapter() {
Copy file name to clipboardExpand all lines: spring-integration-websocket/src/test/java/org/springframework/integration/websocket/outbound/WebSocketOutboundMessageHandlerTests.java
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -66,22 +66,32 @@ public class WebSocketOutboundMessageHandlerTests {
0 commit comments