Platform Framework
R24 AMR | Min(s) read

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.

In this topic

Copyright © 2020- Temenos Headquarters SA

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