Overview

This section provides the mandatory resources and optional properties used in configuring MDB files.

MDB components are defined in TAFJJEE_EAR.ear\TAFJJEE_MDB.jar.

The mandatory resources used by a request or response MDB are:

  • Connection factory to connect to the JMS provider.
  • Destination Queue to receive the incoming message.
  • Reply queue to send Temenos Transact response.
  • EJB to handle the request and do the Temenos Transact processing.

The optional properties used by a request or response MDB are:

Property

Description

Message processing

  • Defines the optional formatter to transform the incoming message (OFSML formatter) and optional principal to be passed to Temenos Transact.

Response processing

  • Indicates the message response delivery mode.The values are PERSISTENT and NON PERSISTENT. The default value is NON PERSISTENT for performance reason.
  • Sends the response to the destination defined in the getJMSReplyTo() message property. This is disabled by default.
  • Uses the ID of the incoming message as the correlation ID for the reply. This is disabled by defaut.

Error handling

  • An option to not to send to Temenos Transact redelivered message.
  • An option to ignore poison message depending on the number of message re-delivery attempt - disabled by default as it should be a feature of the JMS provider.
  • An option to discard the MDB in case of JMS Exception.

Field Name
|
Application/Table name

In this topic

Temenos Headquarters SA
2 Rue de l'Ecole-de-Chimie
CH - 1205 Geneva
Switzerland

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, August 29, 2023 1:40:25 PM IST

Last Updated R23 AMR