cancel
Showing results for 
Search instead for 
Did you mean: 

Tibco & XI

Former Member
0 Kudos

Hi,

I am looking for a customer that has XI & tibco implementation in his enviroment.

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Tibco EMS (JMS) seems the most trivial solution to integrate SAP XI and Tibco environments. We use this in production and it runs fine.

Integrating Tibco RendezVous with XI is less trivial. One approach that does <b>not</b> work is the RV bridge in the Tibco EMS server. A Tibco RV subject can be mapped by EMS to a JMS topic. But SAP XI does not support JMS topcis.

Kind regards, Guy Crets

Former Member
0 Kudos

JMS Queues does work for us.We however had issues with SAPXI server misbehaving(we are on SP16) in scenarios where end receiver was down.So designing a good alerting mechanism would do good before implementing this.

Integrating RV could be a no brainer using a 3rd party adapter(i think Iway has one).Hope you know Tibco wont provide a standard one!!

Message was edited by: Sriram Vasudevan

Former Member
0 Kudos

Sriram -

I saw your note below related to getting XI JMS adapter to work with TIBCO. I am interested in getting any details or specifics you may have on how you configured the JMS adapter. I am working with a customer who is interested in doing this and would like to get any details on the configuration that you can share.

Appreciate the help.

-alison

Former Member
0 Kudos

Any chance that I could also get a copy of those details?

Regards,

Bas.

Former Member
0 Kudos

Can you please share if you have any information on how to integrate with TIBCO EMS using XI JMS adapter? I am developing some Async and Sync scenarios at customer using the JMS adapter to connect TIBCO EMS.

I appreciate your help.

Thanks

Former Member
0 Kudos

Hi,

Please, could I have also get a copy of those details?

Regards,

Lily

Former Member
0 Kudos

Hi udi,

We can think of the following ways to acheive XI<->TIBCO integration:

XI provides SOAP adapters, Sender/receiver SOAP adapters to enable SOAP exchange between Xi integration server and remote clients. TIBCO BW/IM provides SOAP palettes which can be used to expose a web service(enable call from XI to TIBCO) or to send a request to a Web service(enable call from TIBCO to XI SOAP adapter).

One other way is to write Java/J2EE Applications using TIBCO SDK/RV APIs and then host them on the SAP J2EE engine. In this scenario we can use Java Proxy RunTime and send/receive messages to/from XI integration server.

One other way is to use TIBCO Enterprise for JMS client libraries. If you have a TIBCO environment(adapters/BW processes using JMS as the transport type) , then you can integrate with XI environment using JMS adapter provided by XI adapter framework. You need to make the JMS client libraries provided by TIBCO JMS server available to the XI JMS adapter and you should be all set.

Regards,

abhy

Former Member
0 Kudos

Hi,

Tibco easily communicates with XI. I faced no problems intergrating Tibco EMS and XI.

Regards,

Felix