We have an application that writes messages to a Queue (not a topic). Another application (a cluster with two nodes) reads the messages from the queue via Message Driven Beans. All applications are deployed on Glassfish 4 servers.
We are currently undergoing a big migration and we are writing to the queue faster than we can process. We are using IBM WebSphere MQ .
My question is - can we deploy more instances of the same MDB? Or how can make the processing of the messages faster?
Thank you!