Plugin smpp online notification webservice - concurrency control
Hi,
I want to control concurrency of online notification webservice called by OCSG on receipt of MO sms. How can i do it?
I was looking into the option of JMS transport (https://jms-ws-transport.dev.java.net), which i think is not possible with OCSG as it does not use JAX-WS. In the end i could write an interceptor (receiver) service which will receive sms from ocsg and store in a jms queue. And from there on an mdb could dispatch to destination service. And i can control concurrency of mdb so that the service at the end of receipt chain will get load in a controlled manner.
0