Hi, I am trying to figure out how to use Camel. Let's say I have three applications (A, B and C), running on Tomcat. Application C has employee information that I would like to use in application A and B. Can I use Camel to send messages between these applications? If so, how do I do that? If I configure Camel in all of these applications they will have different CamelContext. Can I set up one instance of Camel and use that in all applications? I guess I am trying to implement the Message Channel pattern (http://activemq.apache.org/camel/message-channel.html). I just don't know how to do that with Camel.
-- View this message in context: http://www.nabble.com/Newbie%3A-How-to-implement-the-Message-Channel-pattern--tf3988430s22882.html#a11324655 Sent from the Camel - Users mailing list archive at Nabble.com.