Hi
Well spotted. Can you create a JIRA ticket ticket for that.
On Thu, May 6, 2010 at 6:29 AM, Gareth Collins
wrote:
>
> Hello,
>
> I took a look at the Netty Producer code:
>
> public void process(Exchange exchange) throws Exception {
> if (configuration.isSync()) {
> coun
Hello,
I took a look at the Netty Producer code:
public void process(Exchange exchange) throws Exception {
if (configuration.isSync()) {
countdownLatch = new CountDownLatch(1);
}
Channel channel = channelFuture.getChannel();
channel.write(
Hello,
I am using netty to connect to a server (over SSL). It is mostly working
well.
Unfortunately though the server appears to kill the connection after an
unspecified period of inactivity. I see exceptions from netty, which is
fine, but I don't see any attempt to reconnect
(I currently have to
Hi,
I have created a camel Bean which is exposed as a spring DM service
public interface Persistence {
public void save(@Body FinishedTireDocument finishedTiredDocument,
Exchange ecxh);
}
public class PersistenceImpl implements Persistence {
private SapDocument
On Wed, May 5, 2010 at 1:18 PM, srinidandi
wrote:
>
> Hi,
>
> Thanks for the reply.
>
> The route uses threads() or asynchronous processing feature so that multiple
> asynchronous threads get spawned to process a multitude of csv files that
> get put in a specifc folder on the server. This could b
Hi,
I have a camel route that consumes a webservices using CXF. I have a
requirement that I need to add a soap header before invoking the
webservices. This soap header value should be provided from the camel route,
so is it possible to send a property from camel route to CXF interceptor?
How can
Hi all,
I have a first version of a working camel-smtp component by now. Its
still far from perfect and it need more docs but if you want to try it
out:
http://code.google.com/p/camel-smtp
I hope to add docs etc later this weeks.
Bye,
Norman
2010/5/4 Norman Maurer :
> Hi Jim,
>
> I aspect to
Hi,
Thanks for the reply.
The route uses threads() or asynchronous processing feature so that multiple
asynchronous threads get spawned to process a multitude of csv files that
get put in a specifc folder on the server. This could be the potential
reason for concurrent inserts/updates to happen?
I've created https://issues.apache.org/activemq/browse/CAMEL-2693 for that.
On Thu, Apr 29, 2010 at 14:06, Bengt Rodehav wrote:
> Hello Willem,
>
> Yeah, I guess it could potentially be a lot of service dependencies.
> Remember though that these dependencies are present regardless if we
> handle