cancel
Showing results for 
Search instead for 
Did you mean: 

how to connect tibco ems with sap xi engine?

Former Member
0 Kudos

hi friends,

how to connect tibco ems with sap xi engine?

plz explain me in brief. if possible plz give some link.

thanks & regards

Ruban

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

U must use JMS adapter for the same

For this to work, some classes are needed to connect to Tibco EMS queues. Queue Connection Factory

com.tibco.tibjms.TibjmsQueueConnectionFactoy

Queue Java Class

com.tibco.tibjms.TibjmsQueue

U have to do the connection using JNDI lookup. For this follow SAP Note 802754

Regards,

Prateek

Former Member
0 Kudos

hi,

if i send message from TIBCO EMS to XI engine...> JDBC adapter..how can i get the acknowledgement from Database whether it is updated in the database in case of asyncronous condition?

in general we should go for asyn or syn process with JMS..>XI..>JDBC

plz give ur inputs reg. this?