Consider I have a TCP server built using spring integration (TCP Inbound Gateway), which is used as request/response kind of server with the TCP connection is initiated from client (also built using spring integration) which the TCP connection is maintained and shared.
Is there a way to create stomp subscription in the same TCP inbound gateway?