Guess the first question is what type of firewalls are you trying to by-pass?  
If is just a simple firewall that only allows outbound connections on any port 
but does not allow inbound connections, can use the remoting multiplex 
transport which will allow the server to communicate back to the client over 
the same physical outbound connection established by the client.  

If the firewall actually checks the request header to verify it is indeed an 
http request, then would be forced to use the remoting http transport.  Can 
still get callbacks from the server using the http transport, but would have to 
do using polling, so there would be a slight delay in getting those callbacks.

In the case of multiplex transport, remoting only supports synchronous 
callbacks at the moment (but are currently working on support for async 
callbacks as well).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989456#3989456

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989456
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to