Hi All,
I am using PI 7.1 SP 07.
For the outbound interafces whenever MQ system is down PI messages are stuck in adapter engine and once the MQ is up manually we need to stop and start communication channels and resend the messages.
To avoid this we have used one additional parameter in JMS communication channel called "CONNECTION_TEST_POLL".
But this is creating lot of performance issue in MQ side as i belive it keep polling the JMS provider and creating a new TCP/IP connection every time if there is any connection failure. Result in large number of TCP/IP connection which make Queue manager down at some point of time.
We are using same Qeue manager for all outbound interface( 40 interafces).
While serching for solution i found the weblog
[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17842.] [original link is broken] [original link is broken];
There it is mentioned about the new feature available to JMS adapter u201CConnection on Demandu201D.
But this feature is available for PI 7.1 SP 8 or PI 7.11(EPH 1)
There is no plan to upgrade the PI system .
Any idea.. how we can solve the issue in Pi 7.1 SP 07.