Cancelling messages

2016-12-21 Thread Glenn Puckett
My user has a UI that shows all messages that have been processed by or are currently being processed by the Camel API. During the time a message is in process they want to be able to cancel the message. In the application I have code in a rest service that is called by the UI. It contains: pu

Re: QuartzScheduledPollConsumerScheduler, cluster and scheduler.triggerId

2016-11-02 Thread glenn
The FileIdempotentRepositoryReadLockStrategy.acquireExclusiveReadLock method guards against processing the same file twice. So specification of the scheduler.triggerId is NOT required to ensure that the file is only processed once in the cluster -- View this message in context: http://camel.465

QuartzScheduledPollConsumerScheduler, cluster and scheduler.triggerId

2016-11-01 Thread glenn
Am using a camel file consumer within a cluster to poll files on a periodic basis. I wish to ensure that a consumer will only poll files if it has an exclusive read lock on them so using the QuartzScheduledPollConsumerScheduler with a readLock=idempotent read lock strategy backed by a JdbcMessageId

Re: Guaranteed file processing - JMS and file producer

2016-04-13 Thread glenn
Hi I'm supplying a simplified route to assist. I didn't consider using the persistent aggregation strategy here in that a single message is being transformed into a single file - I hope that's clearer now with the example route. The FileIdempotentRepository provides sufficient persistence needed p

Guaranteed file processing - JMS and file producer

2016-04-11 Thread glenn
Hi I’ve been looking at how to use camel-jms to consume xml from a persistent queue, do some minor transformation/validation of the xml and either output a single file or route a message to an error queue. The ultimate goal is to ensure that ALL messages are consumed and either a file is create

RE: Re: Thoughts about Karaf profiles / releases / growing number of dependencies (Re: AW: AW: Problem when starting camel-cxf in karaf)

2011-05-17 Thread Glenn Silverman
up a sticky problem with OSGi, which is supposed to alleviate dependency "hell", as one of its main selling points. I haven't found this to be very true. Glenn Silverman Senior Java Developer Office: 657-622-2900 x404 -Original Message----- From: Glenn Silverman

RE: Re: Thoughts about Karaf profiles / releases / growing number of dependencies (Re: AW: AW: Problem when starting camel-cxf in karaf)

2011-05-17 Thread Glenn Silverman
l; version="[2.8.0,2.9.0)" It seems Karaf is looking for 2.8.0 releases, not the shapshot version. Glenn Silverman Senior Java Developer Office: 657-622-2900 x404 -Original Message- From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Sent: Tuesday, May 17, 2011 5:12 AM To: us...@c

Camel and spring XML

2009-03-06 Thread Glenn Macgregor
to set the uri attribute of the from and to elements using JMS message variables like header.testto? Thanks Glenn

RE: Fuse Packages

2009-02-04 Thread Glenn Macgregor
Great, thanks. Now the question is how do I tell the fuse message-broker installation that fuse mediation-router has been installed? How can I add mediation-router specific xml into the message-broker config? Glenn -Original Message- From: Adrian Trenaman [mailto:trena...@progress.com

Fuse Packages

2009-02-04 Thread Glenn Macgregor
true why do I need to install fuse-mediation-router, what else does it provide? Is there a way to integrate mediation-router into message-broker so I am using the latest mediation-router? Just trying to get a handle on what the components are and how to use them. Thanks Glenn

Strange question

2009-02-04 Thread Glenn Macgregor
f thousands of concurrent clients? Thanks Glenn