SIC JMS Configuration

SIC CSM Service

Below are all the relevant properties for the SIC5 CSM Service when using JMS as a transport

Please see Character Replacement configuration details

The following properties should also be configured

Key Description Default Value

ipf.processing-data.egress.enabled

Produce processing data events

true

message.logger.type

Where to output message log messages. e.g. mongo,kafka,ipf-processing-data-egress

ipf-processing-data-egress

Property Grouping: sic5

Key Description Default Value

sic5.broker-url

Broker URL of an ActiveMQ Artemis deployment

"tcp://localhost:61616",
${test.broker-url}

sic5.csm-bu-id

"cn=ipstfrpp,ou=pilot,ou=eba_ips,o=89077,dc=sianet,dc=sia,dc=eu"

sic5.message.destination

Outbound interface to CSM

"Sic5ReceiveQueue"

sic5.our-bu-id

"cn=icslgbl1,ou=pilot,ou=eba_ips,o=88324,dc=sianet,dc=sia,dc=eu"

sic5.recall-request.positive-payment-status-report.delay

"PT5S"

sic5.receive.filter.name

"SIC"

sic5.receive.timeout.duration

"PT5S"

sic5.receive.timeout.enabled

true

sic5.request.queue

Inbound interface from CSM

"Sic5SendQueue"

sic5.response.queue

Outbound interface to CSM

"Sic5ReceiveQueue"

sic5.rule.creditor-rules.amount.enabled

Do we want to check inbound amount

true

sic5.rule.creditor-rules.amount.limit

Max creditor scheme amount allowed

100000

sic5.rule.creditor-rules.mmb-ids

List of allowed instructed id’s on inbound payments.

[
    "318668"
]

sic5.rule.debtor-rules.amount.enabled

Do we want to check outbound amount

true

sic5.rule.debtor-rules.amount.limit

Max debtor scheme amount allowed

100000

sic5.rule.debtor-rules.mmb-ids

[
    "002940",
    "002301"
]

IBAN Validation

A SIC specific IBAN validation utility has been provided - this utility requires access to a csm-reachability service. Access to this service is configured by the following properties. Properties below specify access route to 2 different csm-reachability endpoints - those endpoints must exist and must be accessible.

Property Grouping: csm-reachability-api

Key Description Default Value