file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-07 Thread Mohammad Shadab Ali
Hi, I am using camel 2.9.0 version. I have a route SMTP-->File. I am downloading the attachment from the mail setting the attachment content into the exchange body and setting the attachment filename in header "CamelFileName". exchange.getIn().setHeader("CamelFileNameOnly", filename); I sent

mail component not able to poll shared mailbox

2013-05-08 Thread Mohammad Shadab Ali
Hi, I want to poll mails from a shared mailbox. I have created a process IMAPS-->File, the process doesn't throw any exception but gives a warning message "could not poll endpoint:". My process is working fine when it is polling a simple mailbox. I searched for the information related to this o

RE: file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-08 Thread Mohammad Shadab Ali
Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, May 08, 2013 11:23 AM To: users@camel.apache.org Subject: Re: file endpoint not reflecting the filename set in the header from smtp endpoint Hi The key for the header is CamelFileName eg Exchange.FILE_NAME On Tue, May 7, 2013 at 5:42 PM, Mohammad Shada

File component after polling should not move the file

2013-05-15 Thread Mohammad Shadab Ali
Hi, I have a requirement where we want to poll a read-only directory using file component, so creating of .camel folder and moving of file to .camel folder will not be allowed. Is there an option available in file component that it should not move or delete the file from the polling directory.

RE: File component after polling should not move the file

2013-05-15 Thread Mohammad Shadab Ali
b...@gmail.com] Sent: Wednesday, May 15, 2013 1:31 PM To: users@camel.apache.org Subject: Re: File component after polling should not move the file Hi Yes see the options in the consumer table at http://camel.apache.org/file2 There is a noop option On Wed, May 15, 2013 at 9:42 AM, Mohammad Shadab Ali

RE: File component after polling should not move the file

2013-05-15 Thread Mohammad Shadab Ali
options to include files using a regular exp pattern, eg such as include=.* XMLINCF1.* On Wed, May 15, 2013 at 12:31 PM, Mohammad Shadab Ali wrote: > Thanks a lot Claus it works. > > Another doubt: > I want to poll files having specific name pattern, say "XMLINCF1", i.e.

Communication between two processes without using external messaging systems or files

2013-05-27 Thread Mohammad Shadab Ali
Hi, We have a requirement where we are having two processes. The output of one process will be the input for the second one. We do not want to use the external messaging systems like active MQ etc and also we do not want to use file component. We want something like first process will dump the

RE: Communication between two processes without using external messaging systems or files

2013-05-28 Thread Mohammad Shadab Ali
05.2013 11:56 schrieb "Mohammad Shadab Ali" > > : > >> Hi, >> >> We have a requirement where we are having two processes. The output >> of one process will be the input for the second one. We do not want >> to use the external messaging systems like acti

JMS component performance issue with IBMMQ

2013-06-24 Thread Mohammad Shadab Ali
Hi, I am facing a performance issue with JMS component when configured to IBMMQ. I have a camel route JMS(ActiveMQ) to JMS(IBMMQ). The processing rate of JMS(ActiveMQ) is around 300messages/sec, but JMS(IBMMQ) is processing with just 35messages/sec. We receives around 4 messages per day and

RE: JMS component performance issue with IBMMQ

2013-06-25 Thread Mohammad Shadab Ali
, June 24, 2013 9:15 PM To: users@camel.apache.org Subject: Re: JMS component performance issue with IBMMQ You should share your configuration if you want help... Best, Christian Sent from a mobile device Am 24.06.2013 13:50 schrieb "Mohammad Shadab Ali" : > Hi, > > I am f

SFTP stops polling files when delete option is set to true

2013-08-13 Thread Mohammad Shadab Ali
Hi, I am using SFTP component to transfer files from secured FTP location. When I am using delete=false then it polls multiple files without any error, but when I use delete=true then after polling and deleting few files it gets stuck and stops polling the files with the following exception.

RE: SFTP stops polling files when delete option is set to true

2013-08-13 Thread Mohammad Shadab Ali
Hi, I found in one of the post that using localWorkingDirectory option resolve this issue, but this also doesn't solves the problem. Please help I got stuck with this issue. Thank you in advance. Regards, Shadab -Original Message- From: Mohammad Shadab Ali Sent: Tuesday, Augu

Add xml extension to filename in file producer

2013-09-12 Thread Mohammad Shadab Ali
Hi, File producer uses a unique id as file name when filename header is not set, with no extension. My requirement is to add xml extension to the file in producer. Is there a way to configure this in the file producer. Thanks for your help. Regards, Shadab *

How to use Quickfix component

2012-08-29 Thread Mohammad Shadab Ali
Hi, I am new to Quickfix. I want to use camel quickfix component to take input from FIX simulator and pass on to Active MQ. Routes as :- Quickfix --> ActiveMQ ActiveMQ --> Quickfix Can anybody please provide me a pointer for how to use Quickfix component and camel test case for Quickfix comp

RE: How to use Quickfix component

2012-08-29 Thread Mohammad Shadab Ali
-suisse.com] Sent: Wednesday, August 29, 2012 11:52 PM To: Mohammad Shadab Ali Subject: RE: How to use Quickfix component Hi Mohammad, Quickfixj or Quickfix? -Original Message- From: Mohammad Shadab Ali [mailto:mohammad@headstrong.com] Sent: Wednesday, August 29, 2012 3:12 AM To: users

Quickfix component OSGI bundle not able to load configuration file

2012-12-08 Thread Mohammad Shadab Ali
Hi, I am using camel-quickfix component to connect to connect to fix engine. I have created a camel route as from("quickfix:test.cfg"). to("file:test?noop=true"); When I am running it as a simple java main program it is working fine. But when I create an osgi bundle of it and starts it in feli

RE: Quickfix component OSGI bundle not able to load configuration file

2012-12-10 Thread Mohammad Shadab Ali
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Saturday, December 8, 2012 at 8:30 PM, Mohammad Shadab Ali wrote: > Hi, > > I am using camel

RE: Quickfix component OSGI bundle not able to load configuration file

2012-12-10 Thread Mohammad Shadab Ali
engine UI it shows no client connected with EXEC name. Its not throwing any exception also. Regards, Shadab -Original Message----- From: Mohammad Shadab Ali Sent: Monday, December 10, 2012 3:43 PM To: users@camel.apache.org Subject: RE: Quickfix component OSGI bundle not able to load confi

Need help with Camel http producer

2011-10-10 Thread Mohammad Shadab Ali
Hi, 1. I am new with Camel. I am trying to create route as to process file from a file component and pass on to a http tomcat server through http producer, but I am not able to upload the file to the server. 2. I have created the route as follows from("file:inbox?noop=false").to("

RE: Need help with Camel http producer

2011-10-13 Thread Mohammad Shadab Ali
Willem Jiang [mailto:willem.ji...@gmail.com] Sent: Tuesday, October 11, 2011 12:28 PM To: users@camel.apache.org Subject: Re: Need help with Camel http producer Did you check the service log which works listen to "http://localhost:8080/myServer/"; ? On Tue Oct 11 14:40:46 2011,

RE: Need help with Camel http producer

2011-10-14 Thread Mohammad Shadab Ali
riday, October 14, 2011 4:09 PM To: users@camel.apache.org Subject: Re: Need help with Camel http producer Hi Are you really using Camel 2.0.0 ? This is a very old release. The camel-http component have been improved so it detects if you pickup files, and upload that using the File support fro

RE: Need help with Camel http producer

2011-10-17 Thread Mohammad Shadab Ali
Hi, I got stuck into this and not able to proceed. Did anyone faced the similar? Thank you in advance. Regards, Shadab -Original Message- From: Mohammad Shadab Ali Sent: Friday, October 14, 2011 7:48 PM To: users@camel.apache.org Subject: RE: Need help with Camel http producer

Camel: How to make camel stop processing some messages without stopping the route.

2011-11-15 Thread Mohammad Shadab Ali
Hi All, Is there a way to stop processing some messages, but not stopping the route? Regards, Shadab ***The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.

RE: Camel: How to make camel stop processing some messages without stopping the route.

2011-11-15 Thread Mohammad Shadab Ali
Subject: Re: Camel: How to make camel stop processing some messages without stopping the route. On Tue, Nov 15, 2011 at 12:42 PM, Mohammad Shadab Ali wrote: > Hi All, > > Is there a way to stop processing some messages, but not stopping the route? > You can use the .stop() in the

camel http consumer for custom http server

2012-04-13 Thread Mohammad Shadab Ali
Hi, I have a custom http server in my application. I want an http endpoint which can act as a consumer. I have tried using camel-jetty component, but it uses apache inbuilt jetty http server. Is there any way where I can configure the http\jetty endpoint to act as a consumer to my custom http

RE: camel http consumer for custom http server

2012-04-15 Thread Mohammad Shadab Ali
Sent: Friday, April 13, 2012 8:57 PM To: users@camel.apache.org Subject: Re: camel http consumer for custom http server On Fri, Apr 13, 2012 at 9:20 AM, Mohammad Shadab Ali wrote: > Hi, > > I have a custom http server in my application. I want an http endpoint which > can act as a consum