Top "Apache-camel" questions

Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.

Is it possible to kick off a camel route using a java interface or bean?

I'd like to setup a spring bean (either via interface or bean class). that I can call to "start" a …

java apache-camel
How to properly to configure ActiveMQ with pooling?

We use following configuration for AMQ <bean id="jmsConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" …

activemq connection-pooling apache-camel
Failed to connect to queue manager 'QUEUE-NAME' with connection mode 'Client' and host

I 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-topic
Stacktrace from Camel Context onException

I'm trying to retrieve the stacktrace from the onException handler in Apache Camel: <onException> <exception>java.…

apache-camel
Send POST Request using Apache Camel

I 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-http
Apache Camel: can I put multiple statements in the when part of the conditional choice statement?

I would like to obtain the following kind of routing: HTTP POST message with XML body enters CAMEL I store …

apache-camel
Camel Choice by Example

I have 2 POJOs: public class Witch { private Broom broom; private List<Spell> spells; // constructors, getters/setters, etc. } public …

java apache-camel routes choice
Apache Camel with IBM MQ

Hello has anyone ever used Camel with IBM's MQ. We are looking at possibly using the two products together but …

apache apache-camel ibm-mq
What are the Alternatives to Apache Camel

If I am evaluating alternatives to Apache Camel for a lightweight EAI framework - what should I include in my …

apache-camel eai
Camel: Splitting a collection and writing to files

I´m trying to split an ArrayList and writing each element to it´s own file using Apache Camel like …

apache-camel