I have a question about message containers.
Suppose you have a single application using the service bus. Your environment consists of one app server and one sql server.
There is one message container.
Because of load you decide to scale out and add one node to the farm.
Will/can the existing message container be replicated on the other node to take advantage of the extra node?
Otherwise how can you take advantage of the additional computing power?
Thanks in advance.
Omar