How to configure camel stomp component receiver endpoint

2014-01-10 Thread talk2patel86
Hi There, I want to create stomp receiver endpoint. I have no idea how to configure it. I checked the camel-stomp component documentation also. Do i need to configure activeMQ also in order to use stomp component. Any help is much appreciated. Thanks. -- View this message in context: http://c

Re: Read Multiple files or using concurrent consumers in one route

2013-12-10 Thread talk2patel86
I believe you are using camel file2 component. In that component you can set *maxMessagesPerPoll *= number of file to be processed concurrently. Reference: http://camel.apache.org/file2.html -- View this message in context: http://camel.465427.n5.nabble.com/Read-Multiple-files-or-using-conc

Does resequencer add any headers to echange?

2013-12-06 Thread talk2patel86
Does resequencer add any headers to incomming echange to indicate timed out resequencing? -- View this message in context: http://camel.465427.n5.nabble.com/Does-resequencer-add-any-headers-to-echange-tp5744388.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ZeroMQ publishing infinte number of times

2013-12-05 Thread talk2patel86
ZeroMQ is publishing the same message infinite times because of below mentioned statement. return "zeromq:tcp://0.0.0.0:5577?socketType=PUBLISH&topics=iotm/stream"; dynamic router will keep repeating until you return null.

Camel File component should not rename file when an exception is thrown

2013-10-27 Thread talk2patel86
Hi There, I have camel route configured as below: