Apache ServiceMix
>
Site
>
SiteMap
Download
|
Getting Started
|
Tutorials
|
Mailing Lists
and
Forums
|
Support
|
Source
|
Building
Overview
Home
Download
License
FAQ
What is JBI
?
Evaluating ESBs
Getting Started
SiteMap
Search
Documentation
Getting Started
Tutorials
User's Guide
Articles
Cookbook
Community
Support
Discussion Forums
Mailing Lists
Issues
Contributing
Users
Team
ServiceMix 4.0
ServiceMix Kernel
ServiceMix NMR
Developers
Source
Building
Ideas
Becoming a committer
Committer's Guide
Release Guide
Related Projects
Tools
Components list
servicemix-bean
servicemix-camel
servicemix-cxf-bc
servicemix-cxf-se
servicemix-drools
servicemix-eip
servicemix-file
servicemix-ftp
servicemix-http
servicemix-jms
servicemix-jsr181
servicemix-lwcontainer
servicemix-mail
servicemix-osworkflow
servicemix-quartz
servicemix-saxon
servicemix-script
servicemix-scripting
servicemix-smpp
servicemix-snmp
servicemix-validation
servicemix-vfs
servicemix-wsn2005
servicemix-xmpp
Related Projects
Apache ActiveMQ
Apache Camel
Apache CXF
Apache ODE
Jencks
Stomp
Spring
Geronimo
Board reports
2007-10-17
2007-11-14
2007-12-19
2008-03-19
2008-06-18
2008-09-17
2008-12-17
2009-03-18
2009-06-17
2009-09-01
Community
Contributing
Discussion Forums
IRC
Mailing Lists
Roadmap
Support
Team
Users
Tips For Getting Help
Developers
Adding a new archetype
Becoming a committer
Building
Coding standards
Ideas
BPM
Container config with one process per service assembly
Ideas concerning documentation
Integrate CXF with ServiceMix
JBI Pojo Service Engine
JMSFlow with SOAP over JMS
Logo
Managment Console
POJO Container
REST POJOs
Subscription
URIs
Related Projects
Release Guide
Remote-debugging ServiceMix in Eclipse
Source
Tools
Using Eclipse
Documentation
Architecture
Extending Eclipse WTP to support JBI
How Stuff Works
Marshalers
ServiceMix Normalized Message Routing
Components list
Component Matrix
JBI Components
servicemix-bean
servicemix-bpe
servicemix-camel
servicemix-cxf-bc
servicemix-cxf-se
servicemix-drools
servicemix-eip
servicemix-file
servicemix-ftp
servicemix-http
servicemix-http new endpoints
WS-Security
servicemix-jms
servicemix-jms new endpoints
servicemix-jsr181
servicemix-lwcontainer
servicemix-mail
servicemix-osworkflow
servicemix-quartz
servicemix-saxon
servicemix-script
servicemix-scripting
servicemix-smpp
servicemix-snmp
servicemix-validation
servicemix-vfs
servicemix-wsn2005
example scenario
servicemix-xmpp
XMPP Integration Testing
Lightweight components
Cache
Component helper classes
Drools
Email
Expressions
File
FTP
Groovy
HTTP
Jabber
JAX WS
JCA
JMS
POJO support
Quartz
Reflection
RSS
SAAJ
Scripting
Validation
VFS
WSIF
WS Notification
WS Notification XMLBeans
XFire
XSLT
XSQL
servicemix-exec
Third party components
BPEL
Configuration examples
JMS binding configuration
Cookbook
servicemix-camel cookbook
Order File Processing
servicemix-mail cookbook
Simple Mail Forwarding
Features
BeanFlow
BeanFlow Patterns
Client API
Clustering
Embedding
POJOs
Routing
Publish and Subscribe Routing
Publish Subscribe Routing
XPath Router
Running
Transformation
Visualisation
Guides
Classloaders
Configuration
Getting Started Guide
Getting Started for ServiceMix 1.x
Getting Started for ServiceMix 2.x
Load Balancing
Management
Ant Tasks
DeployServiceAssemblyTask
InstallComponentTask
InstallSharedLibraryTask
ListBindingComponentsTask
ListServiceAssembliesTask
ListServiceEnginesTask
ListSharedLibrariesTask
ShutDownComponentTask
ShutDownServiceAssemblyTask
StartComponentTask
StartServiceAssemblyTask
StopComponentTask
StopServiceAssemblyTask
UndeployServiceAssemblyTask
UninstallComponentTask
UninstallSharedLibraryTask
Component MBean
Container MBean
Environment Context MBean
JMX Console
Life Cycle MBean
Message Flow MBean
Seda Flow MBean
NMR Broker MBean
Specifications
NMR Flows
servicemix-common
Notes on Creating JBI Component using maven2
Transactions
XBean syntax
Integration
Deployment of a Service Assembly in OpenESB
Geronimo integration
Geronimo 1.0 and ServiceMix 2.x Integration
Integration Testing In Spring
JBoss Deployer
JBoss Deployer for 2.0
JNDI configuration
JOnAS Integration
Spring support
Tomcat Integration
Tomcat Integration for ServiceMix 1.1 and 2.0
Tomcat Integration for ServiceMix 2.0.1
Using Upstart to run ServiceMix on Ubuntu
WAR Deployment
JavaDocs
References
Glossary
JBI
JCache
NMR
Resources
ServiceMix 3.1 features
Thread pools
Tooling and Utilities
CIMERO Editor
Console
Eclipse plugin
Maven archetypes
Configuring Maven (3.x-incubating versions only)
Maven JBI plugin
Full Description
Maven 1.x JBI Plugin
Working with Components
Working with Service Assemblies
Working with Service Units
Working with Shared Libraries
Maven SAR plugin
Tutorials
1. Beginner - Guided tour and core concepts
1.1. Beginner - Installing ServiceMix
Getting the software
1.2. Beginner - Starting ServiceMix
Starting ServiceMix
1.3. Beginner - About components
1.4. Beginner - Running the wsdl-first example
1.5. Beginner - Using JMX to look inside the ESB
1.6. Beginner - Exercise
1.7. Beginner - Summary
2. Beginner - Using Maven to develop JBI applications
2.1. Beginner - Starting the Maven project
2.2. Beginner - Creating our first SU module
2.3. Beginner - Configuring the servicemix-file SU
2.4. Beginner - Creating the service assembly
2.5. Beginner - Deploying the service assembly
2.6. Beginner - Exercise
Replacing tutorial-eip-su with tutorial-camel-su
2.7. Beginner - Summary
3. Beginner - Using Apache Camel inside ServiceMix
3.1. Starting a new project
3.2. Using the Camel Java DSL for the first time
Using Eclipse with Maven
3.3. Adding a JMS SU
3.4. Exchanging messages with other JBI services
3.5. Using other Camel components
3.6. Summary and other possibilities
4. Beginner - Outsource SU configuration in a properties file
6. Intermediate - Using EJB inside ServiceMix
6.01. Intermediate - Configuring Maven
6.02. Intermediate - Creating the CXF SU
6.03. Intermediate - Creating the HTTP SU
7. Intermediate - Writing a http upload application
7.01. Intermediate - Configuring Maven
7.02. Intermediate - Starting the Maven project
7.03. Intermediate - Creating the http consumer SU
7.04. Intermediate - Configuring the http consumer SU
7.05. Intermediate - Writing the marshaler class
7.06. Intermediate - Creating the http handler SU
7.07. Intermediate - Configuring the http handler SU
7.08. Intermediate - Writing the bean class
7.09. Intermediate - Creating the service assembly
7.10. Intermediate - Testing the application
Configure ServiceMix as a Windows Service
Creating a protocol bridge
Creating a protocol bridge (3.0)
Creating a Standard JBI Component
Deploying Lightweight Components Tutorial
Hello World - BC
Hello World - SE
Orchestration with JSR181
Xml schemas
XML Schemas for 3.2.1
XML Schemas for 3.2.2
XML Schemas for 3.2.3
XML Schemas for 3.3
How to Evaluate an ESB
Is ServiceMix the Right ESB for Me
JavaOne Meetup 2008
JavaOne Meetup 2008 Registration
Overview
Background to ServiceMix
Download
Servicemix 3.2.3
Servicemix 3.3
ServiceMix 1.0 M1 Release
ServiceMix 1.0 M2 Release
ServiceMix 1.0 Release
Scheduling
ServiceMix 1.1 Release
ServiceMix 2.0 Release
ServiceMix 3.0
ServiceMix 3.0.1
ServiceMix 3.0-M1 Release
ServiceMix 3.0-M2 Release
ServiceMix 3.1
ServiceMix 3.1.1
ServiceMix 3.1.2
ServiceMix 3.2
ServiceMix 3.2.1
ServiceMix 3.2.2
ServiceMix 3.3.1
FAQ
Build
How to compile without Checkstyle
LinkageError on JAXB API when building with JDK 6
Maven cannot download dependencies
Strange Maven Build Problem
Errors
Exception in thread "main" java.io.IOException
java.io.IOException - Stream closed
java.net.BindException - Address already in use
java.net.SocketException – error setting options
java.net.URISyntaxException – Illegal character in hostname
LifecycleExecutionException - The service unit xyz does not have a dependency which is packaged as a jbi-component
mx4j.remote.resolver.rmi.RMIResolver.bindServer exception
No TransactionContextManager is set
Unrecognized xbean namespace mapping
General
Can I get commercial support
How can I get help
How can I get the source code from subversion
How does ServiceMix compare to Celtix
How does ServiceMix compare to Mule
How does ServiceMix compare to Synapse
How does ServiceMix compare to Tuscany or SCA
How does the website work
How do I build but disable the unit tests
How do I compile from the source
How do I edit the website
I can not create a JIRA issue
What's the difference between ServiceMix and FUSE?
What is ServiceMix
What is the license
What platforms does ServiceMix support
JBI Questions
Does JBI depend on XML and WSDL
How can I work with binary messages
How does JBI compare to JMS
How does routing work in JBI
Is JBI relevant in a heterogeneous environment
What is JBI
Terminology
Using ServiceMix
How can I access the JBIContainer from inside a component ?
How does a provider web service expose itself or registers itself on the bus
How does routing work in ServiceMix
How does ServiceMix interact with a UDDI repository
How do I bridge different JMS providers
How do I change the logging
How do I change the ServiceMix RMI port number?
How do I configure an endpoint resolver policy
How do I integrate the servicemix-jms component with WebsphereMQ?
How do I share a single object between different service units
How do you invoke an endpoint through the ESB
Should I Create My Own JBI Components?
What is a JBI SA and how do I create one?
What is a JBI SU and how do I create one?
What is a lightweight component
Why does my sender not send
Why does ServiceMix seems to hang after some processing
Writing lighweight components
Features Overview
Introduction to ESB
License
News
Release notes
servicemix-bean 2009.01
servicemix-camel 2009.01
servicemix-cxf-bc 2009.01
servicemix-cxf-se 2009.01
servicemix-drools 2009.01
servicemix-eip 2009.01
servicemix-file 2009.01
servicemix-ftp 2009.01
servicemix-http 2009.01
servicemix-jms 2009.01
servicemix-jsr181 2009.01
servicemix-mail 2009.01
servicemix-osworkflow 2009.01
servicemix-quartz 2009.01
servicemix-saxon 2009.01
servicemix-script 2009.01
servicemix-scripting 2009.01
servicemix-shared 2009.01
servicemix-smpp 2009.01
servicemix-snmp 2009.01
servicemix-truezip 2009.01
servicemix-validation 2009.01
servicemix-vfs 2009.01
servicemix-wsn2005 2009.01
servicemix-xmpp 2009.01
ServiceMix 3 Project Refactoring
ServiceMix 3 Website Refactoring
User's Guide
1. Quick start
2. Introduction
3. Installation
MacOS X Install
4. Examples
Basic
Bridge
Cluster
File Binding
Loan Broker
Loan Broker BPEL
RSS Binding
servicemix-web
VFS Binding
WSDL First
WS-Notification Clustered
WS-Notification HTTP Binding
5. JBI
6. Configuring ServiceMix
Checkout from SVN
Deployment models
Flows
Importing ServiceMix into Eclipse
JBI Component Framework
Security
ServiceMix Components
Spring
Static configuration
Writing applications
Users space
Roadmap for a perspective Servicemix developer
Servicemix4 Creating and Deploying a Spring XML