What's new in V10.1.2.1
This is what's new in this version of IBM Sterling Transformation Extender:
Adapters
Updates have been made in the following adapters:
Apache ActiveMQ Adapter
- Supports authentication of the user based on the username and password credentials while establishing connections with ActiveMQ broker. In addition, certificate-based authentication with the ActiveMQ broker has been added for TLS connections.
- Validates the presence of the queue. Message retrieval could not work if the Artemis server had the following startup options: Set the supportAdvisory to false and set the suppressInternalManagementObjects to true. However, messages could still be put on the queue regardless, as long as the -CQ option was used on the command line. The corresponding adapter command is -V (or -VALIDATE).
HTTP/S Adapter
Supports the Server Name Indication, which enables the hostname within the value field of the -URL option to be sent during the TLS negotiation sequence with the HTTP Server.
ZIP AdapterSupports larger than 2 GB archive files in Zip format. Industry domains that require large data transfer and transformation greatly benefit from Zip adapter handling archive files greater than the 2 GB in size.
Amazon S3 Adapter
Supports zero length objects in the Amazon S3 Cloud Object Storage. Map creates zero-length objects in the S3-compatible Cloud Object Storage bucket during PUT operation instead of skipping them silently.
Apache Kafka Adapter
Support for Avro JSON conversion mode has been added. A new command line option, -AJCM, specifies the mode for converting Avro records to JSON representation. Two conversion options are available: Simple and Strict. Default mode is Simple.