We are using JMS Queues in our application , As load got increased the queues are bit slow now , We want to scale the MDB listener using concurrentConsumers option of DefaultMessageListenerContainer. The value we set is 5, but still the listener is not creating any new thread to do this. It is still sequential. I read that Prefetch option should be modified , but i dont find any option in Websphere to set this value.
We are using normal JMS Queues , how can i scale this such that the message consumption is fast in listener