blob: 490cfde2d5d3469572ce8ae642647c979a14d216 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<chapter id="whatissmx3"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://docbook.org/ns/docbook
http://www.docbook.org/xml/5.0/xsd/docbook.xsd"
version="5.0" xml:lang="en">
<title>What is ServiceMix 3 ?</title>
<para>
Apache ServiceMix is an open source ESB (Enterprise Service Bus) that combines the functionality of a Service Oriented Architecture (SOA)
and an Event Driven Architecture (EDA) to create an agile, enterprise ESB.
</para>
<para>
Apache ServiceMix is an open source distributed ESB built from the ground up on the Java Business Integration (JBI) specification JSR-208
and released under the Apache license. The goal of JBI is to allow components and services to be integrated in a vendor independant way,
allowing users and vendors to plug and play.
</para>
<para>
Apache ServiceMix is lightweight and easily embeddable, has integrated Spring support and can be run at the edge of the network (inside a client
or a server), as a standalone ESB provider or as a service within another ESB. You can use ServiceMix in Java SE or a Java EE application
server.
</para>
<para>
Apache ServiceMix uses Apache ActiveMQ to provide remoting, clustering, reliability and distributed failover.
</para>
<para>
Apache ServiceMix is completely integrated into Apache Geronimo, which allows you to deploy JBI components and services directly into Geronimo.
ServiceMix is being JBI certified as part of the Geronimo project.
</para>
<para>
Other JEE application servers Apache ServiceMix has been integrated with include JBoss, JOnAS with more to follow.
</para>
<para>
Apache ServiceMix includes a complete JBI container supporting all parts of the JBI specification including:
<itemizedlist>
<listitem><para>NMR (Normalized Message Service and Router)</para></listitem>
<listitem><para>JBI Management MBeans</para></listitem>
<listitem><para>ant tasks for management and installation of components</para></listitem>
<listitem><para>full support for the JBI deployment units with hot-deployment</para></listitem>
<listitem><para>a simple Client API for working with JBI components and services</para></listitem>
<listitem><para>wide set of JBI components including HTTP, JMS, BPEL, Rules, ...</para></listitem>
</itemizedlist>
Please, read the JBI documentation if you need more explanations about JBI.
</para>
</chapter>