Blog Blog Documentation Documentation Community Community Download Download
Clear

User manual

    • Getting started
      • Getting Started with Apache Camel
      • What are the dependencies?
    • Resources & Guides
      • Books
      • Building
      • Camel JAR Dependencies
      • Camel Boot
      • Camel Maven Plugin
      • Camel Component Maven Plugin
      • Camel Maven Report Plugin
      • Camel Maven Archetypes
      • Configuring Camel
      • Configuring route startup ordering and autostartup
      • Creating a new Spring based Camel Route
      • Component-dsl
      • Endpoint-dsl
      • Examples
      • Graceful Shutdown
      • Error handling in Camel
      • Using OSGi blueprint with Camel
      • How to use Camel property placeholders
      • Templating
      • Testing
      • Working with REST and Rest DSL
      • Writing Components
      • XML Configuration
      • XML Reference
    • Migration and Upgrade
      • Camel 2.x to 3.0 Migration Guide
      • Camel 3.x Upgrade Guide
    • Community
      • Contributing
      • Release guide
      • Chat room
      • Mailing Lists
      • Support
      • Team
      • User Stories
    • Architecture
      • Async
      • Asynchronous Routing Engine
      • Backlog debugger
      • Backlog Tracer
      • Business Activity Monitoring
      • Batch Consumer
      • Bean Binding
      • Bean Integration
      • Binding
      • BrowsableEndpoint
      • Core
      • Context
      • Clustering and loadbalancing
      • Endpoints
      • Complex Event Processing
      • Component
      • Data Format
      • Debugger
      • Delay interceptor
      • Dependency Injection
      • Dozer Type Conversion
      • Endpoint Annotations
      • Exception Clause
      • Fluent Builders
      • HTTP-Session Handling
      • Parameter Binding Annotations
      • POJO Producing
      • POJO Consuming
      • Error Handler
      • Message Exchange
      • Exchange Pattern
      • Using Exchange pattern annotations
      • Expressions
      • Content Enrichment
      • Injector
      • Intercept
      • Inversion Of Control With Smart Defaults
      • JMX
      • Camel Lifecycle
      • OnCompletion
      • Pluggable Class Resolvers
      • Predicates
      • Processor
      • Registry
      • RouteBuilder
      • LambdaRouteBuilder
      • RouteController
      • RoutePolicy
      • RouteTemplate
      • Routes
      • Stream caching
      • Transformer
      • Threading Model
      • Tracer
      • Transport
      • Type Converter
      • URIs
      • UuidGenerator
      • Validator
      • Spring Remoting
      • Hiding Middleware
      • Health Checks
    • Domain Specific Languages
      • Camel Domain Specific Language
      • Languages
      • Java DSL
      • Spring support
    • FAQ
      • Can I get commercial support?
      • How can I get help?
      • How can I get the source code?
      • How does Camel compare to Mule?
      • How does Camel compare to ServiceMix?
      • How does Camel compare to ServiceMix EIP?
      • How does Camel compare to Synapse?
      • How does Camel work?
      • How does Camel work with ActiveMQ?
      • How does Camel work with ServiceMix?
      • How does the Camel API compare to?
      • How does the website work?
      • How do I become a committer?
      • How do I compile the code?
      • How do I edit the website?
      • How do I run Camel using Java WebStart?
      • If I use ServiceMix when should I use Camel?
      • Is Camel an ESB?
      • Is Camel IoC friendly?
      • Running Camel standalone
      • What are the dependencies?
      • What is a router?
      • What is Camel?
      • What is the license?
      • What jars do I need?
      • What languages are supported?
      • What platforms are supported?
      • Why the name Camel?
      • Classloader issue of servicemix-camel component
      • How do I specify which method to use when using beans in routes?
      • How can I create a custom component or endpoint?
      • How can I get the remote connection IP address from the camel-cxf consumer ?
      • How can I stop a route from a route?
      • How can webservice clients see remote faults with stacktraces when using camel-cxf?
      • How does Camel look up beans and endpoints?
      • How do I add a component?
      • How do I change the logging?
      • How do I configure endpoints?
      • How do I configure password options on Camel endpoints without the value being encoded?
      • How do I configure the default maximum cache size for ProducerCache or ProducerTemplate?
      • How do I configure the maximum endpoint cache size for CamelContext?
      • How do I debug my route?
      • How do I disable JMX?
      • How do I enable streams when debug logging messages in Camel?
      • How do I handle failures when consuming for example from a FTP server?
      • How do I import rests from other XML files?
      • How do I import routes from other XML files?
      • How do I let Jetty match wildcards?
      • How do I name my routes?
      • How do I restart CamelContext?
      • How do I retrieve the thrown Exception during processing an Exchange?
      • How do I retry failed messages forever?
      • How do I retry processing a message from a certain point back or an entire route?
      • How do I reuse the ContextTestSupport class in my unit tests?
      • How do I run ActiveMQ and Camel in JBoss?
      • How do I set the max chars when debug logging messages in Camel?
      • How do I use a big (uber) JAR?
      • How do I use Camel inside ServiceMix?
      • How do I use Spring Property Placeholder with Camel XML?
      • How do I use URIs with parameters in XML?
      • How do I write a custom Processor which sends multiple messages?
      • How should I invoke my POJOs or Spring Services?
      • How should I package applications using Camel and ActiveMQ?
      • How to avoid importing bunch of cxf packages when start up the camel-cxf endpoint from OSGi platform?
      • How to avoid sending some or all message headers?
      • How to define a static Camel converter method in Scala?
      • How to remove the http protocol headers in the camel message?
      • How to send the same message to multiple endpoints?
      • How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration?
      • How to use a dynamic URI in to()?
      • Is there an IDE?
      • Should I deploy Camel inside the ActiveMQ broker or in another application?
      • Using camel-core-tests.jar
      • Using getIn or getOut methods on Exchange
      • Why can’t I use + sign in my password?
      • Why can I not use when or otherwise in a Java Camel route?
      • Why does FTP component not download any files?
      • Why does my file consumer not pick up the file, and how do I let the file consumer use the Camel error handler?
      • Why does useOriginalMessage with error handler not work as expected?
      • Why do my message lose its headers during routing?
      • Why is my message body empty?
      • Why is my processor not showing up in JConsole?
      • Why is the exception null when I use onException?
      • Why use multiple CamelContext?
      • How do I enable debug logging?
      • How do I use Java 1.4 logging?
      • How do I use log4j?
      • How do I invoke Camel routes from JBI?
      • How Do I Make My JMS Endpoint Transactional?
      • How do I set the MEP when interacting with JBI?
      • How do the direct, event, seda and vm endpoints compare?
      • How do the Timer and Quartz endpoints compare?
      • Why does my JMS route only consume one message at once?
      • Exception - BeanDefinitionStoreException
      • Exception - javax.naming.NoInitialContextException
      • Exception - org.apache.camel.NoSuchEndpointException
      • Exception - org.xml.sax.SAXParseException
      • Memory leak when adding and removing routes at runtime
      • Why do Camel throw so many NoClassDefFoundException on startup?
      • Why does Camel use too many threads with ProducerTemplate?
      • Why does maven not download dependencies?
    • Reference
    • Components
    • Data Formats
    • Supported expression languages
    • Enterprise Integration Patterns
User manual latest
  • Apache Camel K
    • latest
  • Apache Camel Karaf
    • latest
    • 3.4.x
  • Camel Components
    • latest
    • 3.6.x
    • 3.4.x
    • 2.x
  • Camel Kafka Connector
    • latest
    • 0.6.x
    • 0.4.x
  • Camel Quarkus
    • latest
    • 1.3.0
  • Camel Quarkus examples
    • latest
  • Camel Spring Boot Starters
    • latest
    • 3.4.x
  • User manual
    • latest
  • User manual
  • FAQ
  • How does Camel work with ActiveMQ?
Edit this Page

How does Camel work with ActiveMQ?

You can use Camel to do smart routing and implement the Enterprise Integration Patterns inside:

  • the ActiveMQ message broker

  • the ActiveMQ JMS client

So Camel can route messages to and from Mail, File, FTP, JPA, XMPP other JMS providers and any of the other Camel Components as well as implementating all of the Enterprise Integration Patterns such as Content Based Router or Message Translator.

For more details see ActiveMQ EIP.

Back to top
Apache Camel Logo
Blog
Documentation
Community
Download
User Manual
Components
Camel-K
Camel Kafka Connector
Camel Quarkus
Camel Spring Boot
Camel Karaf
FAQ
Support
Contributing
Mailing Lists
User stories
Articles
Books
Team
Acknowledgments
Apache Events
License
Security
Sponsorship
Thanks

© 2004-2020 The Apache Software Foundation.
Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

Privacy Policy
Code of Conduct
Sitemap