Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
proton-c-future
-
None
-
None
Description
Is there a way to use web sockets as a transport layer for proton-j?
My main use cases for this request -
1. Being able to route traffic through 443 port instead of AMQP ports.
2. Being able to connect to messaging brokers from a machine behind a proxy server.
I see that there are already two issues for the same which are closed right now. I also see that through "TransportInternal" interface, we can extend our own transport layer. But this requires me to implement my own frame handling for web sockets. Instead, what I'm looking for is being able to integrate a third party java websocket implementation (say jetty) as the transport layer which takes care of all web-socket intricacies. Is there a way I can replace the transport layer to something else?