0

I wanted to know the different methods Fuse ESB can read a message from the TIBCO rendezvous channel.

Regards, Arun Lakhotia

mpromonet
  • 11,326
  • 43
  • 62
  • 91

1 Answers1

0

Fuse ESB supports messaging using JMS (its a Java Messaging Specification). TIBCO supports JMS as well, and therefore you can integrate Fuse ESB with Tibco (using JMS).

Claus Ibsen
  • 56,060
  • 7
  • 50
  • 65
  • RV is being used by the client and do not want to replace it as there are many consumers to it. What is the best mode to invoke FUSE routers considering a java wrapper will be written to read the message from RV bus. – Arun Lakhotia Aug 28 '12 at 10:37