[jboss-user] [J2EE Design Patterns] - Accessing session bean over the internet
glynbach
do-not-reply at jboss.com
Wed Oct 15 08:30:34 EDT 2008
Hi
A lightweight swing client that looks up a session bean to make calls to it and also connects to a jms queue, is to be deployed to run over the internet.
At the moment this would require a lot of firewall ports opened to our JBoss server to allow access to all the services needed to invoke a session bean over the internet. Naming service, RmiPort, MRIOBjectPort etc.
Is there a more secure pattern for accessing JMS from an internet client than doing it directly like this?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182383#4182383
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182383
More information about the jboss-user
mailing list