JMS Queue
We have a JMS connection pool in SOA suites that sends messages to a remote queue in another WebLogic cluster. there is the FactoryProperties:
java.naming.provider.url= t3://{remote}:{port};java.naming.security.principal=user;java.naming.security.credentials=pass
The {remote} here is actually a load balancing host name, instead of a real server. Then we need to migrate the {remote} to a new load balancer.
However, after the migration, We found that the messages still went thru the old load balancing host name because the remote system can't get any messages after the old one was shut down.