Version 5

    JBossESB - Tibco EMS

    -


    To use Tibco as your JMS provider simple modify jms-provider section of your jboss-esb.xml.

    It should look something like:

     

    <jms-provider name="Tibco" connection-factory="QueueConnectionFactory"
                   jndi-URL="tcp://barentz:7222"
                   jndi-context-factory="com.tibco.tibjms.naming.TibjmsInitialContextFactory">
    

     

    and add the tibco jars to the jbossesb.sar/lib directory. See also the helloworld_action configured for Tibco attached here.