t3 loadbalancing
I have two instances of weblogic which this time were not configured as a cluster.
Both servers are behind a hardware load balancer.
In this way we can remove one server from the loadbalancer deploy a new version of the application ,test it and when things are ok we proceed with the other server.
In a cluster architecture this was not possible due to the monolithic way of a deployment (to all servers).
So in this current architecture is there a way to load balance for example the JMS traffic ...?
We have some other servers which have Store and Forward agents that send messages to the queues of these two servers.