Question
HCL America Inc
US
Last activity: 17 Feb 2016 9:28 EST
JMS or JMS MDB
We have a requirement to handle large volume messages via JMS. The estimated volume is 300 to 400K and we are expected to process in a span of 12 to 18 Hours.
So we would like to know which one would perform well, plain JMS or JMS MDB? (We understand the overall process time is dependent on various other factors like no. of integration point, no. business rules etc.)
The other questions is regarding the operational challenges related to JMS MDB:
We do not want the MDB listener to start along with JVM and hence PEGA admin team has to co-ordinate with Websphere team to turn ON the MDB listener every time when there is server bounce or queue is up after maintenance. Would like to know if there is document to address the operational challenges in case of MDB Listener
Usage of JMS listener depends on how we configured PRPC application either as an enterprise application or as web application.If it is web application deployment you would use JMS listener. If it is enterprise application you would use JMS MDB listener.
You can select the "Blocked" checkbox in Listener rule form so that it won't start with server restart. We have to manually start it from SMA.