JMS MQ connection pooling in WAS 7 -
we using jms communicate websphere mq [v7] using websphere application server [v7]. application heavy load of around 4-5 tps. use connection factory along sender , receive queue implement synchronous mq operation. currently, connection factory has been defined static , queues obtained through jndi lookup each request.
from performance perspective need explicitly implement connection pool such apache commons pool or connection pooling offered suffice?
the jms settings have been configured in based on expected load.
Comments
Post a Comment