AMRP-4245 The SOAP/JMS Binding on the reference-side now supports time-out. Users can configure the timeout through the "Threading Policy" on the component reference.
BJMS-1474 If the temporary reply destination on the service side is invalid, the JMS binding reply delivery no longer goes into an infinite loop.
BJMS-1500 POOL_IDLE_TIMEOUT and POOL_BLOCKING_TIMEOUT properties for the connection factory resource instance can now be added in SystemNode.tra file.
POOL_IDLE_TIMEOUT is the time after which the idle connections are closed, in minutes. The default is 5 minutes. The property for POOL_IDLE_TIMEOUT is java.property.com.tibco.amf.sharedresource.jms.connection.pool.idletimeout.
POOL_BLOCKING_TIMEOUT is the maximum amount of time a requestor will wait for a connection when the pool is at maximum, in milliseconds. The default is 60000 ms (i.e., 1 minute). The property for POOL_BLOCKING_TIMEOUT is java.property.com.tibco.amf.sharedresource.jms.connection.pool.blockingtimeout.
MED-3135 The BWSE Invoke partner is now able to capture a fault when the mediation component is using the element substitution in the fault schema.
TAP-10853 The CLI script 'edit-authrealm-external-database' for updating the password of the authentication database now works successfully and no longer causes login failure in ActiveMatrix Administrator.