This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c0ec8fe  Update migration guide
c0ec8fe is described below

commit c0ec8fe5c3a04c351bc87b27feb3037c74c4fa86
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 21 06:36:33 2019 +0100

    Update migration guide
---
 MIGRATION.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 16bd038..4fb9377 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -54,6 +54,10 @@ We have removed all deprecated components from Camel 2.x, 
also including the old
 
 We have also renamed `camel-jetty9` to `camel-jetty`.
 
+### ActiveMQ
+
+If you are using the `activemq-camel` component, then you should migrate to 
use `camel-activemq` component, where the component name has changed from 
`org.apache.activemq.camel.component.ActiveMQComponent` to 
`org.apache.camel.component.activemq.ActiveMQComponent`.
+
 ### JMX
 
 If you run Camel standalone with just `camel-core` as dependency, and you want 
JMX enabled out of the box, then you need to add `camel-management-impl` as 
dependency.

Reply via email to