Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.
I'd like to setup a spring bean (either via interface or bean class). that I can call to "start" a …
java apache-camelWe use following configuration for AMQ <bean id="jmsConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" …
activemq connection-pooling apache-camelI have developed subscripe (topic) conncept using Camel. it is working fine in my local tomcat.but it is not …
java tomcat apache-camel ibm-mq jms-topicI'm trying to retrieve the stacktrace from the onException handler in Apache Camel: <onException> <exception>java.…
apache-camelI was able to send a GET request using Apache Camel to a REST service and now I'm trying to …
java rest post apache-camel camel-httpI would like to obtain the following kind of routing: HTTP POST message with XML body enters CAMEL I store …
apache-camelI have 2 POJOs: public class Witch { private Broom broom; private List<Spell> spells; // constructors, getters/setters, etc. } public …
java apache-camel routes choiceHello has anyone ever used Camel with IBM's MQ. We are looking at possibly using the two products together but …
apache apache-camel ibm-mqIf I am evaluating alternatives to Apache Camel for a lightweight EAI framework - what should I include in my …
apache-camel eaiI´m trying to split an ArrayList and writing each element to it´s own file using Apache Camel like …
apache-camel