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. bean id=MQSeries class=org.apache.camel.component.jms.JmsComponent property name=transacted value=false / property name=transactionManager

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: Camel Excel Data Component

2010-11-04 Thread Pitre, Russell
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 yet? Thanks -Russ

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 bruss...@medplus.com wrote: Thanks very much.  I guess the part that I'm not understanding in this is how to get a ListObject 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-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 did

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.ListCustomPOJO (see get_list below). I then try to use the simplebody/simple to route each CustomPOJO. See following... route id=route1 from

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 bruss...@medplus.com wrote: In addition to testing my clustered quartz configuration, I have the following question... I have a bean returning

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 Claus. I tried

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 ListObject 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

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

RE: SFTP hangs after a day or two

2010-07-05 Thread Pitre, Russell
better re-connect logic with the FTP components. So wait for that release. And yeah use the disconnect if you are not constantly polling from the remote FTP server. Then its a better chance the FTPClient is capable of connecting when you need to poll. On Fri, Jul 2, 2010 at 5:56 PM, Pitre, Russell

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=6delete=truelocalWork Directory=3050-b\\Intranet\\adp\\employee\\tmppassword=secret) .routeId(sftp) .log(Moving file ${file:name} to

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

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

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

2010-03-22 Thread Pitre, Russell
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 rpi...@shawmut.com wrote: I'm using the Quartz scheduler component in conjunction with pollEnrich to download a file at a specific time of day

RE: Runtime advice

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

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

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

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: Hi

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