Oracle WebLogic Sub deployment : A sub deployment is a mechanism by which JMS module resources (such as queues, topics, and connection factories) are grouped and targeted to a server resource (such as JMS servers, server instances, or cluster). Sub deployments helps in 1.Improves network traffic between the components connection factories, queues and topics. 2.During migration all the components can be easily migrated to a new instance. Subdeployment is used for both standalone queues & topic as well distributed. Standalone queues or topi…