Http-remoting protocol with gateways&virtual services

Hey,
I’ve setup a Gateway and a Virtual Service for a specific domain,
The problem is that its a Wildfly Java application I’m routing the requests to, the website itself uses HTTP and it works but when you download the Java Web client it starts talking in “http-remoting” protocol and fails to connect with this error:
EJBCLIENT000409: No more destinations are available
But when I switch the protocol from HTTP to TCP on port 80 it starts working well but catches all 80 traffic on that ingress gateway.
Is there any way to “add” a protocol or manipulate it to work?