Re: Having issues with Multicast to Aggregation ...

2015-12-16 Thread jtoepfer
Sorry for the long delay, I got pulled onto another problem and am just getting back to this issue. @Jakub, The problem I'm encountering is upon aggregation, the file aggregation either times out or is stuck in a wait pattern until all multiplex routes have completed. I can see in the logs whe

Re: Having issues with Multicast to Aggregation ...

2015-12-13 Thread Jakub Korab
Can you post up your code? It's hard to tell from the limited information that you have provided. Jakub On 11/12/15 13:43, jtoepfer wrote: I'm not sure if this is the same problem, but it only works once. The second time the process is kicked off the zip aggregation never finishes. The system

Re: Having issues with Multicast to Aggregation ...

2015-12-11 Thread jtoepfer
Ok. I found where to add the routeEmptyResultSet, which since i'm using injected SQL I had to append it to the sql in the properties file. select * from dual?consumer.routeEmptyResultSet=true but this does not work This fixed my problem of the zip aggregation working. I'm not sure if this

Re: Having issues with Multicast to Aggregation ...

2015-12-09 Thread Claus Ibsen
You can check unit tests they often test the various options. On Wed, Dec 9, 2015 at 2:17 PM, jtoepfer wrote: > So after digging into the documentation for the last 2 days. There is a > parameter called routeEmptyResultSet, and it's set to false. This could be > the problem, but I'm not aware to

Re: Having issues with Multicast to Aggregation ...

2015-12-09 Thread jtoepfer
So after digging into the documentation for the last 2 days. There is a parameter called routeEmptyResultSet, and it's set to false. This could be the problem, but I'm not aware to set this? Looking at the code doesn't seem really obvious. Some direction would be helpful if i'm on the right trac

Re: Having issues with Multicast to Aggregation ...

2015-12-08 Thread jtoepfer
So I've tried a couple things, include adding a timeout, but that did not seem to work. Anyone have any other suggestions? - Josh Toepfer -- View this message in context: http://camel.465427.n5.nabble.com/Having-issues-with-Multicast-to-Aggregation-tp5774688p5774823.html Sent from the Ca