Platform Framework
R24 AMR | Min(s) read

TAFJJEE Application

The TAFJJEE_EAR.ear file sets MDB (TAFJJEE_MDB.jar) and EJB (TAFJJEE_EJB.jar) to read message from JMS Queues, call Temenos Transact and publish response in reply queues. It also contains a WAR file to deploy helper servlet.

http://localhost:8080/TAFJEE

For more information, see the TAFJ-AS TAFJ documentation.

tDiag Servlet

TAFJJEE_WAR_TAFJ contains a servlet, which can be used to get details about TAFJ installation.

http://localhost:8080/TAFJEE/tDiag

tShow Servlet

TAFJJEE_WAR_TAFJ contains a servlet, which can be used to get compilation details about a specific routine.

http://localhost:8080/TAFJEE/tShow

Below example extracts details about JF.INITIALISE.CONNECTION.

Execute Servlet

TAFJJEE_WAR_TAFJ contains a servlet, which can be used to post message to the t24ExeqQueue JMS queue.

http://localhost:8080/TAFJEE/Execute

For example, if you want to post START.TSM, then type START.TSM and click Submit.

The following properties need to be set correctly to run TAFJ within an application server context.

temn.tafj.runtime.phantom.as.process = false

Other TAFJEE Functions

TAFJEE application offers many other functionalities like monitoring, changing log level, como viewer, etc. Please refer to TAFJ AS documentation for detailed information.

TemnKafka Resource Adapter deployment

To deploy TemnKafka resource adapter,

  1. Browse weblogic console and click on Deployments.
  2. Click Install.
  3. Select the TemnKafka.rar file available at <TAFJ_HOME>/appserver.
  4. Navigate to Weblogic console > Deployment > TemnKafka.rar > Overview > Deployment Order.
  5. Change the value of deployment order to 99 (100 is the default) and click Save.
  6. Configure bootstrapServersConfig in TAFJEE_EAR.ear/TAFJEE_MDB/META-INF/weblogic-ejb-jar.xml with the Kafka server URL and port, if required. This configuration is not required if Kafka is not used.
    <activation-config-property>
    <activation-config-property-name>bootstrapServersConfig</activation-config-property-name>
    <activation-config-property-value>localhost:9092</activation-config-property-value>
    </activation-config-property>
    

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:10:42 PM IST