Re: rabbitMQ message forwarding from one queue to another

2015-09-20 Thread prajath
Hi Christian, message is not publishing from queue 'inbox' to 'outbox' 1.timer publish current date to queue 'inbox'- this part working 2.from 'inbox' to 'outbox' - this is not working Thanks, Pramod -- View this message in context: http://camel.465427.n5.nabble.com/rabbitMQ-message-forwa

Camel Netty - Memory Leak

2015-09-20 Thread V4Vaithi
I am currently using netty 3.9.4 for TCP/IP communication. Camel Version: 2.14.0 Netty communication works fine if there is no exception occurs in the channel. But when there is some connection exception. (or) host not available for long time around 1 hour. Application starts to use huge amount o

Re: Camel Netty - Memory Leak

2015-09-20 Thread Sashika
How about netty4 component? On Sep 20, 2015 4:50 PM, "V4Vaithi" wrote: > I am currently using netty 3.9.4 for TCP/IP communication. > > Camel Version: 2.14.0 > > Netty communication works fine if there is no exception occurs in the > channel. But when there is some connection exception. (or) host

how to get loginConfig into standalone camel salesforce component

2015-09-20 Thread rpcat
My standalone camel instance needs a salesforce component. It has: public class Driver { private Main main; static final Logger log = LoggerFactory.getLogger(Driver.class); public void startDriver() throws Exception { main = new Main();

Re: camel:netty udpConnectionlessSending option and "Too many open files"

2015-09-20 Thread Thomas Termin
You should use camel-netty4 with camel version 2.15.2 or higher. We had the same problem but it is solved with 2.15.2. We send really lots of udp packets and the file handles are stable. Before it took les then 30sec to get into this issue. Thomas On Mon, Sep 14, 2015 at 12:31 PM, Willem Jiang w