Skip to Content
0
Nov 28, 2007 at 01:51 PM

JMS adapter webspehere mq, network failure -> stop

43 Views

Hello,

After a network failure the JMS sender adapter (JMS --> XI) goes red, and doesn't automatically recover after a network failure. It is necessary to manually stop and start the adapter. This is bad design from SAP. You would like it to behave like the ftp adapter which automatically continues to poll for files after a network outage.

What can be done to overcome this bad design?

I'm on XI SP 18.

My Idea is to use the new AAM described in

SAP Note 766332

1. com.sap.aii.af.service.administration.cpa: Channel-related interfaces and APIs

2. com.sap.aii.af.service.administration.monitoring: Monitoring interfaces and APIs

3. com.sap.aii.af.service.administration.i18n: Localization interfaces and APIs

I would like to write a standard j2se application to connect using jndi to list the status of the channels, and then stop and start depending on status.

Which jar files should be included?

Example code?