Connecting to CA Layer 7 gateway

Hello all,

As per the design of the current interface which I’m working on, layer 7 gateway needs to connect to webMethods(v9.9) queue(through JMS-UM) and put the incoming files. Apart from providing the JNDI, JMS, Connection factory, queue name details, Is there any jar files need to be provided in order to establish the connection? If yes, what are the jar files to be shared from webMethods? Are they the class files present in the Initial Context factory in JNDI alias?

Yoursuggestions, please.

Hi Venkat,

please share more details:

Is your messaging done by Broker or UM?
Exact version of components including the FixLevels.

For Broker there mainly three jars neccessary:

  • wm-brokerclient.jar
  • wm-jmsclient.jar
  • wm-jmsnaming.jar

Regards,
Holger

It’s UM not broker. This being a third party application jars are required as per comments from layer 7 team.

Check these jars

nAdminAPI
nAdminXMLAPI
nClient
nJMS
nServer
nProtocols

The below should be suffice.

nAdminAPI
nClient
nJMS

Please check and update with your observations.

Thanks,

Thank you, where these jar files are located ? In the installation directory?

Yes they can be found at \SoftwareAG\common\lib or \SoftwareAG\UniversalMessaging\lib

It worked with nclient and njms jars. Thank you for your suggestions.