*Hi All,The WSO2 Integration team is pleased to announce the release of
version 6.4.0 of the WSO2 Enterprise Integrator (WSO2 EI). WSO2 EI is an
open source integration product with a low-footprint, that is intuitive,
and cloud and container-native. It enables enterprise integration experts
to easily build, scale, and secure sophisticated integration solutions to
accomplish digital agility. Unlike other integration products, WSO2 EI is
unified and contains an integration runtime, message broker, business
process model, analytics, and visual tooling capabilities that do not
require any assembly.  Being open source, WSO2 EI, enables greater
extensibility and platform-independence. The low-footprint allows
enterprises to integrate faster. This saves money and time while lowering
the technological risks. Installation and Running Downloading, Installing
and Running the Integrator*





























*Using Installer 1. From our product page https://wso2.com/integration/
<https://wso2.com/integration/>, download the platform specific product
installer.2. Run the installer.3. Once finished, the product will be
installed and ready for use.4. Point your browser to the URL
https://localhost:9443/carbon <https://localhost:9443/carbon>.5. Use
"admin", "admin" as username and password to log in as an admin user.Using
Binary 1. Download the wso2ei-6.4.0.zip file from our product page
https://wso2.com/integration/ <https://wso2.com/integration/>.2. Extract
the downloaded wso2ei-6.4.0.zip file.3. Go to the bin directory in the
extracted folder.4. Run integrator.sh or integrator.bat as appropriate.5.
Point your browser to the URL https://localhost:9443/carbon
<https://localhost:9443/carbon>.6. Use "admin", "admin" as username and
password to log in as an admin user.7. If you need to start the OSGi
console with the server, use the property -DosgiConsole when starting the
server.Running other Runtimes Individually (Analytics, Broker,
Business-Process, MSF4J and micro-Integrator)Using Installer 1. To run the
analytics profile, open new terminal and run: `$ wso2ei-6.4.0-analytics`2.
To run the broker profile, open new terminal and run: `$
wso2ei-6.4.0-broker`3. To run the business process profile, open new
terminal and run:`$ wso2ei-6.4.0-business-process`4. To run the micro
integrator profile, open new terminal and run: `$
wso2ei-6.4.0-micro-integrator`5. To run the MSF4J profile, open new
terminal and run:`$ wso2ei-6.4.0-msf4j`Using Binary 1. Extract
wso2ei-6.4.0.zip and go to the extracted directory.2. Go to
wso2ei-6.4.0/wso2 directory.3. Go to appropriate runtime directory
(analytics/broker/business-process/msf4j/ micro-integrator) /bin.4. Execute
wso2server.sh or wso2server.bat. (carbon.sh or carbon.bat for msf4j
profile)5. Access the URL related to the required runtime. (For example,
use https://localhost:9445/carbon <https://localhost:9445/carbon> for the
business-process runtime)New features for this releaseDocker Support for
the Micro IntegratorA pre-configured docker file to build a docker image of
the Micro Integrator with a carbon app is included with the Micro
Integrator profile. You can simply copy the unzip distribution of WSO2 EI
to the wso2ei-6.4.0/wso2/micro-integrator/dockerfiles/files directory and
the carbon apps to the
 wso2ei-6.4.0/wso2/micro-integrator/dockerfiles/files/carbonapps directory,
and execute the command ‘docker build . -t micro-integrator:6.4.0’ to build
the image. To read more on this, see Running the Micro Integrator on Docker
<https://docs.wso2.com/display/EI640/Working+with+the+Micro+Integrator#WorkingwiththeMicroIntegrator-RunningtheMicroIntegratoronDocker>.Faster
Analytics Engine with Low Resource RequirementsThe WSO2 EI Analytics
profile which was based on WSO2 Data Analytics Server (WSO2 DAS) is
replaced with the latest version of WSO2 Stream Processor (WSO2 SP). This
is faster and requires low resources than WSO2 DAS. To read more on this,
see Working with Analytics
<https://docs.wso2.com/display/EI640/Working+with+Analytics>.REST Admin API
for Micro IntegratorA REST admin API is introduced to the Micro Integrator
profile to list down the proxy services and APIs deployed in the profile.
The REST admin API is bundled as a carbon app and deployed in the Micro
Integrator profile itself. After the profile start-up, call the following
URLs to list down the deployed proxy services and APIs, respectively. -
http://<host>:8290/wso2-micro-integrator/proxy-services-
http://<host>:8290/wso2-micro-integrator/apis Improvements to EI
ToolingWSO2 EI Tooling 6.4.0 is released on top of Eclipse Oxygen which is
the latest Eclipse release. This is released with the latest Tooling Kernel
and includes fixes for major usability and stability issues. WSO2 EI Tooing
6.4.0 is faster, better, and much easier for developers to create and
manage artifacts.Key Features of WSO2 EI - Proxy services - facilitating
synchronous/asynchronous transport, interface (WSDL/Schema/Policy), message
format (SOAP 1.1/1.2, POX/REST, Text, Binary), QoS
(WS-Addressing/WS-Security), and optimization switching (MTOM/SwA).- API
facilitating building REST APIs.- Non-blocking HTTP/S transports based on
Apache HttpCore-NIO for ultra-fast execution and support for thousands of
connections at high concurrency with constant memory usage.- Built-in
Registry/Repository, facilitating dynamic updating and reloading of the
configuration and associated resources. (e.g. XSLTs, XSD, WSDL, Policies,
JS configurations, etc.)- Easily extendable via custom Java classes
(mediator and command)/Spring configurations, or BSF Scripting languages
(Javascript, Ruby, Groovy, etc.)- Built-in support for scheduling tasks
using the Quartz scheduler.- Load-balancing (with or without sticky
sessions)/Fail-over, clustered Throttling and Caching support.-
WS-Security, Caching and Throttling configurable via
(message/operation/service level) WS-Policies.- Lightweight, XML, and Web
services centric messaging model.- Support for industrial standards
(Hessian binary web service protocol/ Financial Information eXchange
protocol and optional Health Level-7 protocol)- Enhanced support for the
VFS (File/FTP/SFTP), JMS, Mail transports with optional TCP/UDP transports,
and transport switching among any of the above transports.- Support for
message splitting and aggregation using the EIP, and service callouts.-
Database lookup and store support with DBMediators with reusable database
connection pools.- WS-Eventing support.- Rule based mediation of the
messages using the Drools rule engine.- Transactions support via the JMS
transport, and database transactions support with Transaction mediator.-
Internationalized GUI management console with user management for
configuration development.- Integrated monitoring support with statistics,
configurable logging, and tracing.- JMX monitoring support and JMX
management capabilities such as Graceful/Forceful shutdown/restart.-
Deploying Business Processes written in compliance with WS-BPEL 2.0
Standard and BPEL4WS 1.1 standard.- Deploying Business Processes written in
compliance with a frequently used subset of BPMN 2.0 standard.- Support for
Human Interactions in BPEL Processes with WS-Human Task and BPEL4People.-
Comprehensive and customizable web applications for managing human tasks,
BPMN processes and instances.Bug Fixes for this release -
https://github.com/wso2/product-ei/issues?q=is%3Aissue+is%3Aclosed+label%3A6.4.0
<https://github.com/wso2/product-ei/issues?q=is%3Aissue+is%3Aclosed+label%3A6.4.0>Known
Issues - https://github.com/wso2/product-ei/issues?q=is%3Aissue+is%3Aopen
<https://github.com/wso2/product-ei/issues?q=is%3Aissue+is%3Aopen>Documentation
-
https://docs.wso2.com/display/EI640/WSO2+Enterprise+Integrator+Documentation
<https://docs.wso2.com/display/EI640/WSO2+Enterprise+Integrator+Documentation>How
You Can ContributeMailing ListsJoin our mailing list and correspond with
the developers directly. - Developer List : d...@wso2.org <d...@wso2.org> |
Subscribe | Mail Archive <http://mail.wso2.org/mailarchive/dev/>Reporting
IssuesWe encourage you to report issues, documentation faults and feature
requests regarding WSO2 EI through the public Github EI issues
<https://github.com/wso2/product-ei/issues>.Discussion ForumsAlternatively,
questions could be raised on http://stackoverflow.com
<https://stackoverflow.com/tags/wso2/info>.For more information about WSO2
EI, please refer <https://wso2.com/integration> -
https://wso2.com/integration <https://wso2.com/integration>.Thank you for
your interest in WSO2 Enterprise Integrator.-- The WSO2 Integration Team --*

-- 
*Thishani Lucas*
*Software Engineer*
*WSO2 Lanka (Private) Limited**: http://wso2.com <http://wso2.com/>*
*lean.enterprise.middle-ware*

*Tel: +94 77 2556931 *

*LinkedIn: https://www.linkedin.com/in/thishani-lucas/
<https://www.linkedin.com/in/thishani-lucas/>*


<http://wso2.com/signature>
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to