Setting Up TIBCO Enterprise Message Service™
Configure TIBCO EMS™ to publish the records on JMS topics.
- Procedure
-
Start TIBCO EMS™.
-
Set the ebx.jms.activate to true in
$EBX_HOME/ebx.properties
. -
Create all the topics in TIBCO EMS™, which are present in
$PSC_BASE/ems/createtopic.txt
file. -
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.