We are upgrading from Mobilefirst 7.1 to 8.0. Javascript JMS adapter had been taken off. MobileFirst 8 JMS Adapter So we have to write our own JMS Java adapter.
The backend server require quite sometime to reply to MFP server. Hence our Java JMS adapter keep timeout when talk to the MQ. We know about able to increase Javascript adapter timeout time, but unable to find for JAVA. (We managed to get the data in debug mode although the adapter had been timeout.) https://mobilefirstplatform.ibmcloud.com/blog/2014/12/22/adapter-thread-pools-removed/
Is there any ways for us to increase the timeout time between Java Adapter to Back End System?.
Thank You.