1
vote
Simple Routing of TCP Endpoints in activemq whats wrong??
I'm a bit confused by your configuration file. What exactly are you trying to do?
You've defined 2 endpoints for using MINA (which won't use ActiveMQ at all); then you are using a route fr …
0
votes
ActiveMQ setup of tcp socket using mina
Do you have camel-mina.jar and the mina jars on the classpath?
Based on the …
1
vote
Unable to start Camel 1.5.0
So it works fine under maven - but not if you run it how? In your IDE or something?
If you are using eclipse / intellij you can create an IDE project for the maven project using maven.
…
1
vote
Apache Camel question on routing via javaDSL
1) uses a single consumer from A then sends to B and sends the result of invoking B (if B returns some output) to C. So its a pipeline.
2) uses a consumer on B to send to C and won't send t …
1
vote
How do I specify a TCP transport is server mode (listening) or client mode in activemq?
was this answered on the thread here?
…
1
vote
Dynamic throtlling off an ActiveMQ message queue with Camel
You could just use Camel's existing throttler then using a different queue for each type of messages where you need to c …
1
vote
Apache Camel for Asynchronous Calls
Even if you are not using any Enterprise Integration Patterns (yet) - Camel is great at integrating messaging into your application while …
