Setting Up TIBCO Enterprise Message Service™

Configure TIBCO EMS™ to publish the records on JMS topics.

    Procedure
  1. Start TIBCO EMS™.

  2. Set the ebx.jms.activate to true in $EBX_HOME/ebx.properties.

  3. Create all the topics in TIBCO EMS™, which are present in $PSC_BASE/ems/createtopic.txt file.

  4. Update the TIBCO EMS™ address under the resource - jms/EBX_JMSConnectionFactory present in the $CATALINA_HOME/conf/context.xml file. This is the TIBCO EMS™ URL where TIBCO EMS™ is running.

    <Resource name="jms/EBX_JMSConnectionFactory" auth="Container"
    type="com.tibco.tibjms.TibjmsConnectionFactory"
    factory="com.tibco.tibjms.naming.TibjmsAdministeredObjectFactory"
    address=<<ems-address>>
    clientID="TibcoPSCEBX">
    </Resource>
ResultTIBCO EMS™ is configured.