camel « activemq « Java Enterprise Q&A





1. Dynamic throtlling off an ActiveMQ message queue with Camel    stackoverflow.com

I am an ActiveMQ / Camel noob with a specific scenario in mind, I wonder firstly if it is possible and secondly whether someone might provide a little direction. Basically I need ...

2. How to start Camel routes on slave ActiveMQ only when slave becomes active in failover?    stackoverflow.com

I have a durable consumer to a remote JMS queue in embedded Camel routing. Is it possible to have this kind of routing with master-slave configuration? Now it seems that the ...

3. Apache Camel with ActiveMQ clustering    stackoverflow.com

I'm trying to determine my options for clustering my ServiceMix 3.3.1/Camel 2.1/AMQ 5.3 application. I'm performing high volume message processing and I need to cluster for high availability and horizontal ...

4. ActiveMQ Camel Admin Routes    stackoverflow.com

I have a simple Route written in Java and have the jar file deployed to activemq/lib and updated the activeMQ.xml to look for the route via the package can element. But the route ...

5. URL Encoding a Camel Exchange Body    stackoverflow.com

I need help with this question. I'm using the camel-http component as shown here but I'm having trouble because the body I'm sending has unescaped ampersands. ...

6. Using Camel to transparently log messages from queue    stackoverflow.com

I have a legacy application running on Glassfish which I have just recently configured to use activemq rather than openMQ. My activemq broker is running in a separate process outside of ...