M
Mail
Mail Component The mail: component provides access to Email via Spring's Mail support and the underlying JavaMail system URI format pop://userinfo@host:port?password=somepwd imap://userinfo@host:port?password=somepwd smtp://userinfo@host:port?password ...
Mailing Lists
following mailing lists are available. Before posting you might want to read the Tips for getting help http://activemq.apache.org/tipsforgettinghelp.html. Mailing Lists List Name Address Subscribe Unsubscribe Archive Nabble (Online Forums) Camel User List ...
Message
Message Camel supports the Message http://www.enterpriseintegrationpatterns.com/Message.html from the EIP patterns Enterprise Integration Patterns using the Message maven/camelcore/apidocs/org/apache/camel/Message.html interface. !http://www.enterpriseintegrationpatterns.com/img/MessageSolution.gif ...
Message Bus
Message Bus Camel supports the Message Bus http://www.enterpriseintegrationpatterns.com/PointToPointChannel.html from the EIP patterns Enterprise Integration Patterns. You could view Camel as a Message Bus itself as it allows producers and consumers to be decoupled. !http://www.enterpriseintegrationpatterns.com/img/MessageBusSolution.gif ...
Message Channel
Message Channel Camel supports the Message Channel http://www.enterpriseintegrationpatterns.com/MessageChannel.html from the EIP patterns Enterprise Integration Patterns. The Message Channel is an internal implementation detail of the Endpoint maven/camelcore/apidocs/org/apache ...
Message Dispatcher
Message Dispatcher Camel supports the Message Dispatcher http://www.enterpriseintegrationpatterns.com/MessageDispatcher.html from the EIP patterns Enterprise Integration Patterns using various approaches. !http://www.enterpriseintegrationpatterns.com/img/MessageDispatcher.gif! You can use a component like JMS with selectors to implement ...
Message Endpoint
Message Endpoint Camel supports the Message Endpoint http://www.enterpriseintegrationpatterns.com/MessageEndpoint.html from the EIP patterns Enterprise Integration Patterns using the Endpoint maven/camelcore/apidocs/org/apache/camel/Endpoint.html interface. !http://www.enterpriseintegrationpatterns.com ...
Message Filter
Message Filter The Message Filter http://www.enterpriseintegrationpatterns.com/Filter.html from the EIP patterns Enterprise Integration Patterns allows you to filter messages !http://www.enterpriseintegrationpatterns.com/img/MessageFilter.gif! The following example shows how to create a Message Filter route consuming ...
Message Router
Message Router The Message Router http://www.enterpriseintegrationpatterns.com/MessageRouter.html from the EIP patterns Enterprise Integration Patterns allows you to consume from an input destination, evaluate some predicate then choose the right output destination. !http://www.enterpriseintegrationpatterns.com/img ...
Message Translator
Message Translator Camel supports the Message Translator http://www.enterpriseintegrationpatterns.com/MessageTranslator.html from the EIP patterns Enterprise Integration Patterns by using an artibrary Processor in the routing logic !http://www.enterpriseintegrationpatterns.com/img/MessageTranslator.gif! Using the Fluent Builders or you can ...
Messaging Gateway
Messaging Gateway Camel has several endpoint components that support the Messaging Gateway http://www.enterpriseintegrationpatterns.com/MessagingGateway.html from the EIP patterns Enterprise Integration Patterns. !http://www.enterpriseintegrationpatterns.com/img/MessagingGatewaySolution.gif! Components like Bean, CXF and Pojo provide a a way ...
Messaging Mapper
Messaging Mapper Camel supports the Messaging Mapper http://www.enterpriseintegrationpatterns.com/MessagingMapper.html from the EIP patterns Enterprise Integration Patterns by using either Message Translator pattern or the Type Converter module. !http://www.enterpriseintegrationpatterns.com/img/MessagingMapperClassDiagram.gif! See also Message ...
MINA
MINA Component The mina: component is a transport for working with Apache MINA http://mina.apache.org/ URI format mina:tcp://hostname:port mina:udp://hostname:port mina:multicast://hostname:port Options Name Default Value Description
Mock
Mock Component The mock: component provides a powerful declarative testing mechanism which is similar to jMock http://jmock.org in that it allows declarative expectations to be created on an endpoint up front, then a route used, then the expectations can be asserted in a test case to ensure ...
|