Re: Camel websocket disconnect trigger

2015-10-12 Thread kanu_t
Hi, I am new to Camel Websocket support, however, I too have this need to know if a client has disconnected from the server. This is necessary to clean up any session related data we might store for each client. For example which data feed a client is interested in. Otherwise, we have to implement

TooLongFrameException - Adjusted frame length exceeds 1048576

2015-10-05 Thread kanu_t
I am connecting to a UDP server port and getting data from there in my route defined something like this: from("netty4:udp://server:port?broadcast=true=eth0=true").to("log:SimpleLog") I know there is no connectivity issue, however, I get following exception: [d #0 - NettyEventExecutorGroup]

Automatically failing over UDP listner to another server:port

2015-10-05 Thread kanu_t
Our partner provides two UDP endpoints on two servers. One is primary and other secondary. We want to write a route that by default listens to primary but automatically fail-over to secondary in case of primary connection problem. Is it possible out of the box? I looked at netty4 component, but

what is QuickFixJ's version in Apache Camel 2.15.3

2015-09-29 Thread kanu_t
I recently started exploring QuickFixJ component in Camel 2.15.3. I cannot figure out which version of QuickFixJ is used when I run the quickfixj example. I need the quickfixj 1.6.1 which seem to have support for FIX 5. SP2. Can anyone tell me the version of quickfix camel refers to? Also, if