[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2008-05-19 Thread michel.d
Hello, I have exactly the same problem on using JMS with JBoss behind a firewall. Your solution seems to be good, but I don't use a JNLP file, so where can i define the org.jboss.mq.il.uil2.serverAddr property? I tried to define it in my InitialContext properties but it didn't work... Thanks by

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2008-05-19 Thread kahzoo
The wiki indicates that it is one of the system properties that a JMS client using the UIL2 transport can set. So you should be able to define it on the JMS client side as below: java -Dorg.jboss.mq.il.uil2.serverAddr=... View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2008-05-19 Thread Unnijboss
I have a question here. Does ConnectAddress and ConnectPort attributes in uil2-service.xml for the same purpose. These will be passed on to client to connect back to the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151759#4151759 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2008-04-24 Thread yangju
I wish I found this thread earlier. We figured it out the hard way(moments prior to production is started). I thought that we only needed to configure the jboss server to use NAT address. It turns out (as described above), we had to force the jms client to use NAT address also. I just don't

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2007-05-08 Thread NickDeGraeve
Resolved it myself. I came across the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 where it said in the section JMS client properties for the UIL2 transport: anonymous wrote : org.jboss.mq.il.uil2.serverAddr: This system property allows a client to override the address to