we have scenario where the queue name is dynamically changed based on certain transaction,we will be using IBM mq for queueing.My question is that if I define the JmsTemplate
as request scope bean which will allow modification of queue name dynamically for each request, will connection pooling mechanism work with JmsTemplate
. we are using spring caching factory mechanism.
Please help on this.