View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040922010846Lbuild.59
|
| 1.1.4.11 | modified | starksm | messaging/src/main/org/jboss/mq/il/uil2/UILServerIL.java | - Add org.jboss.mq.il.uil2.serverAddr system property allows a client to override the address to which it attempts to connect to. This is useful for networks where NAT is ocurring between the client and jms server. - Add org.jboss.mq.il.uil2.serverPort system property allows a client to override the port to which it attempts to connect. This is useful for for networks where port forwarding is ocurring between the client and jms server. - Add org.jboss.mq.il.uil2.retryCount controls the number of attempts to retry connecting to the jms server. Retries are only made for java.net.ConnectException failures. A value <= 0 means no retry atempts will be made. - Add org.jboss.mq.il.uil2.retryDelay controls the delay in milliseconds between retries due to ConnectException failures. |
| 1.1.4.9 | modified | starksm | messaging/src/main/org/jboss/mq/il/uil2/UILServerILService.java | Add a ClientAddress attribute that can be used to expose an address the a client that is different from the actual server address. This is useful if a client has to connect through a NAT firewall. |