JBoss.orgCommunity Documentation
The RA implementation uses the Mobicents MAP stack. The stack is the result of the work done by Mobicents Media Server development teams, and source code is provided in all releases.
The Resource Adaptor supports configuration only at Resource Adaptor Entity creation time. It supports following properties:
Table 3.1. Resource Adaptor's Configuration Properties - map-default-ra.properties
Property Name | Description | Property Type | Default Value |
---|---|---|---|
ssn | Sub-System Number to be used for transport. | java.lang.Interge | 8 |
sccpJndi | JNDI name of SCCP service to be used. | java.lang.String | java:/mobicents/ss7/sccp |
timeout | Controls how many times dialog can timeout. '-1' - indicates that dialog will never be released after timeout, othen non negative values indicates how many timeouts may occur before dialog is released. | java.lang.Integer |
JAIN SLEE 1.1 Specification requires values set for properties without a default value, which means the configuration for those properties are mandatory, otherwise the Resource Adaptor Entity creation will fail!
There is a single Resource Adaptor Entity created when deploying the Resource Adaptor, named MAPRA
. The MAPRA
entity uses the default Resource Adaptor configuration, specified in Section 3.1, “Configuration”.
The MAPRA
entity is also bound to Resource Adaptor Link Name MAPRA
, to use it in an Sbb add the following XML to its descriptor:
<resource-adaptor-type-binding>
<resource-adaptor-type-ref>
<resource-adaptor-type-name>
MAPResourceAdaptorType
</resource-adaptor-type-name>
<resource-adaptor-type-vendor>
org.mobicents
</resource-adaptor-type-vendor>
<resource-adaptor-type-version>
2.0
</resource-adaptor-type-version>
</resource-adaptor-type-ref>
<activity-context-interface-factory-name>
slee/resources/map/2.0/acifactory
</activity-context-interface-factory-name>
<resource-adaptor-entity-binding>
<resource-adaptor-object-name>
slee/resources/map/2.0/provider
</resource-adaptor-object-name>
<resource-adaptor-entity-link>
MAPRA
</resource-adaptor-entity-link>
</resource-adaptor-entity-binding>
</resource-adaptor-type-binding>
Each Resource Adaptor Entity uses a single JAIN SLEE 1.1 Tracer, named MAPResourceAdaptor
. The related Log4j Logger category, which can be used to change the Tracer level from Log4j configuration, is javax.slee.RAEntityNotification[entity=MAPRA]