Configuring Debug (BROWSER.LISTEN)
You can enable Transact Explorer to perform debugging through JMS or Direct mode.
To configure debugging in JMS queues,
- Open the tb-server.war\WEB-INF\classes\applicationContext.xml file and update the value of the ConnectionMode property name as JMS. The default value is Direct.
- Open the tb-server.war\WEB-INF\classes\jms.properties file and replace the below values:
- t24BROWSERQueue as DEBUGQueue
- t24BROWSERReplyQueue as DEBUGReplyQueue
- Configure the queues (DEBUGQueue and DEBUGReplyQueue) in Temenos\jboss\standalone\configuration\standalone-utp.xml
- Configure the queues in Temenos\TAFJ\appserver\basic\TAFJ.BP\BROWSER.LISTEN.b and start Browser Listen.
You have now successfully configured Transact Explorer to perform debugging through JMS.
In this topic