From 252c53db4c3d3647a1062b6c97b81d571ff360af Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 13 Oct 2014 17:26:45 +0300 Subject: [PATCH] INT-3527: WebSocket and 'o-c-a' Improvements JIRA: https://jira.spring.io/browse/INT-3527 * `WebSocketInboundChannelAdapter` now handles `CONNECT` STOMP message and sends `CONNECT_ACK` message to the `WebSocketSession` immediately * `ExpressionMessageProducerSupport` implementations now checks the result of `expression` and if it is a `Message` it is sent to channel without creating a new one which previously wrapped that `Message` as the `payload`. * Add `