Hi
We are using JBoss 4.0.2. The server is connected to two isolated networks and we need to provide JMS service to them. In the file ui2-service.xml we removed the attribute BindAddress so it listen the two intefaces. But when the client lookup the ConnectionFactory gets a stub GenericConnectionFactory with a attribute to UIL_ADDRESS_KEY and it always returns the same IP. The goal would be to set ClientAddress=my_host_ip and send it to the client to resolve it. But if I try it the server resolves the name by its own and returns the ip (always the same), instead of the name
Any idea how to solve it?
thanks