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
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
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
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();
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