Camel JMS Component With XA transaction Manager connection to IBM MQ problem

2013-04-04 Thread Russell
Try to use Camel JMS component to connect MQ Series using Websphere XA transaction Manager Here is my setting.

RE: Camel Excel Data Component

2010-11-04 Thread Pitre, Russell
idea is to extend Camel to a kind of document composer/printer tool. Regards JB On 11/04/2010 04:03 PM, Pitre, Russell wrote: > I searched the mailing list archives and website for a Microsoft Excel > data component but was unable to come up with anything. Does such a > component exist

Camel Excel Data Component

2010-11-04 Thread Pitre, Russell
I searched the mailing list archives and website for a Microsoft Excel data component but was unable to come up with anything. Does such a component exist yet? Thanks -Russ

RE: Splitter Question

2010-10-06 Thread Russell, Brian
Also, I assume the "map_object" bean would take CustomPOJO as the input parameter -- correct? -Original Message----- From: Russell, Brian [mailto:bruss...@medplus.com] Sent: Wednesday, October 06, 2010 3:51 PM To: users@camel.apache.org Subject: RE: Splitter Question Thanks

RE: Splitter Question

2010-10-06 Thread Russell, Brian
...@gmail.com] Sent: Wednesday, October 06, 2010 2:56 PM To: users@camel.apache.org Subject: Re: Splitter Question On Wed, Oct 6, 2010 at 8:23 PM, Russell, Brian wrote: > In addition to testing my clustered quartz configuration, I have the > following question... > > I have a bean

Splitter Question

2010-10-06 Thread Russell, Brian
In addition to testing my clustered quartz configuration, I have the following question... I have a bean returning a java.util.List (see get_list below). I then try to use the body to route each CustomPOJO. See following... body

RE: Quartz Camel Spring Example?

2010-10-06 Thread Russell, Brian
easy. You have to have a way though to communicate across instances in a cluster. So you will need a processor that sets the lock and a filter that will drop the quartz message (trigger event) if not the first. I hope this helps. Hadrian On Oct 6, 2010, at 8:57 AM, Russell, Brian wrote: > I

RE: Quartz Camel Spring Example?

2010-10-06 Thread Russell, Brian
Subject: Re: Quartz Camel Spring Example? On Tue, Oct 5, 2010 at 3:56 PM, Russell, Brian wrote: > Thanks very much.  I guess the part that I'm not understanding in this > is how to get a List to return from a method where I can then > split it out based on a quart cron trigger. > >

RE: Quartz Camel Spring Example?

2010-10-05 Thread Russell, Brian
Thanks very much. I guess the part that I'm not understanding in this is how to get a List to return from a method where I can then split it out based on a quart cron trigger. Let me ask it this way -- is the quartz implementation in camel literally just the timer part of the process? So that, w

Quartz Camel Spring Example?

2010-10-04 Thread Russell, Brian
I have deployed a working quartz cron trigger outside of the camel configuration. We are in the process of implementing our backend processes using camel. So far, this is going well and have not hit any major obstacles -- so very pleased. I have a new quartz trigger that I am wanting to setup and

RE: SFTP hangs after a day or two

2010-07-05 Thread Pitre, Russell
PM, Pitre, Russell wrote: > Hello- > > > > I'm using Camel 2.2 SFTP component like so: > > > > from(sftp://u...@ftpserver:22/OUTBOUND?delay=6&delete=true&localWo > rk > Directory=3050-b\\Intranet\\adp\\employee\\tmp&password=secret) > >  

SFTP hangs after a day or two

2010-07-02 Thread Pitre, Russell
Hello- I'm using Camel 2.2 SFTP component like so: from(sftp://u...@ftpserver:22/OUTBOUND?delay=6&delete=true&localWork Directory=3050-b\\Intranet\\adp\\employee\\tmp&password=secret) .routeId("sftp") .log("Moving file ${file:name} to localWorkDirec

RE: Bindy

2010-06-09 Thread Pitre, Russell
2010 at 4:15 PM, Pitre, Russell wrote: > I'm using Bindy for processing CSV files and running into a situation > where one of my Integer fields has whitespace in that position in the > CSV file. Is there any way to get pass this error? Is there an > undocumented pattern to remo

Bindy

2010-06-08 Thread Pitre, Russell
I'm using Bindy for processing CSV files and running into a situation where one of my Integer fields has whitespace in that position in the CSV file. Is there any way to get pass this error? Is there an undocumented pattern to remove whitespace? 08:52:52 DEBUG [org.apache.camel.dataformat.

RE: Move to Spring 3.0

2010-04-08 Thread Pitre, Russell
+1 -Original Message- From: Dragisa Krsmanovic [mailto:dkrsmano...@plos.org] Sent: Thursday, April 08, 2010 1:29 PM To: users@camel.apache.org Subject: Re: Move to Spring 3.0 We run our Camel 2.2.0 app with Spring 3.0 (3.0.1 and 3.0.2 now) without problems. On Thu, 2010-04-08 at 00:51

Eclipse and camel:run

2010-04-07 Thread Pitre, Russell
I just spent the last half day trying to figure out what I thought was a bug with a Camel route. I have a route that consumes multiple files from a ftp server and then a second route to process those files. Files were disappearing on me without any errors or debug messages, needless to say

FTP2 wiki page

2010-03-30 Thread Pitre, Russell
http://camel.apache.org/ftp2.html I'm not sure where or who to send this message to, but it looks like the ftp2 wiki page is not formatted properly. I'm seeing wiki markup.

RE: quartz + pollEnrich +sftp ==> 'move' parameter ignored

2010-03-22 Thread Pitre, Russell
rg Subject: Re: quartz + pollEnrich +sftp ==> 'move' parameter ignored Hi Yeah that was not supported. Its implemented in Camel 2.3. You can try the 2.3-SNAPSHOT http://camel.apache.org/download.html On Mon, Mar 22, 2010 at 7:09 PM, Pitre, Russell wrote: > I'm using the Qua

quartz + pollEnrich +sftp ==> 'move' parameter ignored

2010-03-22 Thread Pitre, Russell
I'm using the Quartz scheduler component in conjunction with pollEnrich to download a file at a specific time of day. It looks like the 'move' parameter is being ignored, am I missing something? public void configure() throws Exception { from("quartz://myGroup/DownloadFilesTrigger

RE: Runtime advice

2010-03-02 Thread Pitre, Russell
To: users@camel.apache.org Subject: Re: Runtime advice On Fri, Feb 26, 2010 at 5:51 PM, James Strachan wrote: > On 26 February 2010 16:46, Pitre, Russell wrote: >> I'm about to start a new integration project using Camel.  I'd like to >> survey what my runtime options are.  

Runtime advice

2010-02-26 Thread Pitre, Russell
I'm about to start a new integration project using Camel. I'd like to survey what my runtime options are. My preliminary research has lead me to using a Servlet container such as Tomcat or a OSGI container such as Apache Felix or dm Server. I don't have any experience with OSGI, the limited expe

RE: Announcing Camel in Action

2009-10-23 Thread Pitre, Russell
That's great! I'm a camel newbie so I'm sure this book will be very helpful. Thanks and keep us all posted. -Russ -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, October 22, 2009 2:20 PM To: users@camel.apache.org Subject: Announcing Camel in Actio

RE: Newbie looking for feedback on generating events from a database insert

2009-10-06 Thread Pitre, Russell
queue, you can make use of ibatis/hibernate component and realize the table itself as queue. Basically you can ask camel hibernate component to delete entry from table when it is consumed and than route that message to any other component as you would like. Thanks! Pitre, Russell wrote: > &

Newbie looking for feedback on generating events from a database insert

2009-10-05 Thread Pitre, Russell
Hi- I just discovered Camel and I am very excited to start working with it! Since I'm just starting out I don't know the lay of Camel land yet and would like to solicit feedback on my integration solution using Camel. Ultimately what I want to do is generate an event when a record is inser