The method (getRemoteAddress()) in class
"org.apache.activemq.transport.ws.AbstractStompSocket" does not return the
correct address; it returns always ""StompSocket_" + hashCode();"

We need the correct address (e.g. "wss://127.0.0.1:63114") for our use case.

The implementation whould be very simple.
In class "org.apache.activemq.transport.ws.jetty8.WSServlet" (and also in
jetty9 package) pass the address during creation of class StompSocket in the
same package:

/WebSocket socket = new CustomStompSocket("wss://" + request.getRemoteAddr()
+ ":" + request.getRemotePort());/

Can this be implemented in activeMQ 5.12?


Thanks Christian



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Enable-getRemoteAddress-method-in-WebSocket-Requests-tp4698179.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to