Re: Best way for ScheduledBatchPollingConsumer to signal failure

2013-06-09 Thread Preben.Asmussen
Ahh. Just for the update. I was developing a custom component, and one has to remember 2 things to support the BridgeErrorhandler. 1. call the configureConsumer in the Endoint.createConsumer method. public Consumer createConsumer(Processor processor) throws Exception { Drupal

Re: Soap request

2013-06-09 Thread Taariq Levack
Hi Take a look at this CXF proxy example http://camel.apache.org/cxf-proxy-example.html Taariq On Sun, Jun 9, 2013 at 10:50 AM, subramanyam wrote: > Hi to all, > > > I am subramanyam new to camel integration framework.Currently i am working > onthis.i have a scenario like this i am taking a so

Soap request

2013-06-09 Thread subramanyam
Hi to all, I am subramanyam new to camel integration framework.Currently i am working onthis.i have a scenario like this i am taking a soap request from one data source and it will send to proxy then send to as it is to actual to destination. so pls can you help in this scenario. Thanks, su

Camel hangs during shutdown

2013-06-09 Thread zikas
Hi! Playing a bit with DefaultShutdownStrategy and possibility of redelivering, I've turned out that from time to time camel can hang.. I've stuck trying to understand the problem and how I can avoid it. To check shutdown process. I've just created handler public class LazyHandler { private

Camel specific recipient list

2013-06-09 Thread ABouchama
Hello, I have the following need : + I receive message in the queue IN + I want to route the same message to the endpoints defined in the header property "Partner" = (A, B, C) + Each message routed by the recipient list should have a specific header property, for example for the endpoint A, we sh