Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread ak-dak
Hi Christian, I've tried it, but I got the same time out exception. I'am using Camel 2.10.0 and Spring 3.0.5. Do you have any further suggestions? Best regards -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMq-InOut-save-exchange-body-tp5741975p5742160.html Sent from

Re: FTP over Proxy

2013-10-24 Thread alexey-s
Hi The change is very small DefaultComponent object has a method protected void setProperties (Object bean, Map parameters) throws Exception It is necessary to repeat this method in DefaultEndpoint. Why is that? Used factory EndpointHelper owes its name to the tune DefaultEndpoint. FtpEn

RE: JMS Component -Tibco specific option

2013-10-24 Thread Gershaw, Geoffrey A. (KFFC 223)
I love you people -Original Message- From: Christian Posta [mailto:christian.po...@gmail.com] Sent: Thursday, October 24, 2013 2:16 PM To: users@camel.apache.org Subject: Re: JMS Component -Tibco specific option Take a look at this JIRA: https://issues.apache.org/jira/browse/CAMEL-4257

Re: NPE during stop/start route attempts with JMX

2013-10-24 Thread Christian Posta
Good to hear. thanks for closing the loop. On Thu, Oct 24, 2013 at 11:48 AM, catalyst156 wrote: > I'm going to step in and answer my own question. The problem turned out to > be unrelated to JMX. Unbeknownst to me, I had assigned the from endpoint > to > a non-producer which seems to be the ro

Re: Subscribing to users@camel.apache.org

2013-10-24 Thread Christian Müller
You are not subscribed to the Camel user mailing list with this e-mail address. Did you sent a mail to users-subscr...@camel.apache.org? Best Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Inc

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread Christian Müller
Could you try: http://camel.apache.org/schema/spring";> By default, the timer component use the InOnly message exchange pattern (MEP). This means the message which is send to "activemq:queue:enrichTest" will not produce a response

Re: NPE during stop/start route attempts with JMX

2013-10-24 Thread catalyst156
@ceposta: I was incorrect. I'm coming into a project and trying to pick up the details as I go. On this particular item, the version is actually "2.8.0-fuse-03-06". So we're using the Fuse ESB rather than plain vanilla ServiceMix and Camel. Evidently their source is slightly different. Thank

Re: NPE during stop/start route attempts with JMX

2013-10-24 Thread catalyst156
I'm going to step in and answer my own question. The problem turned out to be unrelated to JMX. Unbeknownst to me, I had assigned the from endpoint to a non-producer which seems to be the root of the problem. When I reconfigured my test route to use a different (and valid as a producer) endpoint

Re: NPE during stop/start route attempts with JMX

2013-10-24 Thread Christian Posta
Not sure how you'd get a NPE in that method... and the source lines in 2.8.0 and what you posted from your log don't match up... you sure about the version? On Thu, Oct 24, 2013 at 8:01 AM, catalyst156 wrote: > ISSUE: > Our application currently uses the Spring DSL to define a context with a >

Re: Best way to consuming same queue from two brokers?

2013-10-24 Thread Christian Posta
Check what James said about using Master/Slave to prevent messages being stuck on one broker too long in the event one of the brokers in your Active-Active NoB goes down. Also make sure that messages can make it back to their originating broker if there are no consumers with the ConditionalNetwork

Re: JMS Component -Tibco specific option

2013-10-24 Thread Christian Posta
Take a look at this JIRA: https://issues.apache.org/jira/browse/CAMEL-4257 We've fixed this for deliveryMode in upcoming 2.12.2 / 2.13 On Thu, Oct 24, 2013 at 10:11 AM, Gershaw, Geoffrey A. (KFFC 223) < geoffrey.gers...@credit-suisse.com> wrote: > Hi Camel Riders, > > Has anyone ever had to set

RE: JMS Component -Tibco specific option

2013-10-24 Thread Gershaw, Geoffrey A. (KFFC 223)
Hi Paula, Thanks for the attempt. com.tibco.tibjms.TibjmsConnectionFactory does not have a property for delivery mode. Unless I'm missing, which is possible. :) Thanks Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Paul Gale [mailto:p

Re: JMS Component -Tibco specific option

2013-10-24 Thread Paul Gale
Hi Geoff, You could try something like this which is working for us: Put the following entry (or similar) in your pom.xml file: com.tibco.ems tibjms 5.0.0 runtime and th

Re: Best way to consuming same queue from two brokers?

2013-10-24 Thread dunnlow
Thanks Reji, I understand. My fear with SEDA is that I have a pretty high msg flow at times and if my app goes down and there are messages on the SEDA queue (that is, pulled off of various jms brokers/queues and waiting on a SEDA queue) the msgs will be lost. But I wonder, can a transaction work

JMS Component -Tibco specific option

2013-10-24 Thread Gershaw, Geoffrey A. (KFFC 223)
Hi Camel Riders, Has anyone ever had to set Tibco or other implementation specific options for JMS on the publisher? I don't see any examples of how to do that on the web page. Specifically, I would like to do publisher.setDeliveryMode(com.tibco.tibjms.Tibjms.RELIABLE_DELIVERY) We use camel 2.

cxf proxy

2013-10-24 Thread cbuxbaum
Hi all, I have successfully implemented a proxy web service, and now have another question. If I expose my proxy web service, and then use Camel Processors to do some processing of the input like using the input xml to make Web Service calls (outside of the cxf context), is there a simple way of

NPE during stop/start route attempts with JMX

2013-10-24 Thread catalyst156
ISSUE: Our application currently uses the Spring DSL to define a context with a set of routes. What I'm attempting to do is programmatically add/stop/remove new routes to the existing context during runtime based on user actions. I've been able to use JMX to interface with the existing context fo

Re: Subscribing to users@camel.apache.org

2013-10-24 Thread sjfloat
A test response. On Thu, Oct 24, 2013 at 8:53 AM, sjfloat [via Camel] wrote: > I am trying involve myself in the Camel and Servicemix communities, but I > have been totally unable to make contact. > > I've convinced my company to adopt camel and have developed services based > upon it. I could im

Re: Performance degradation on consumer side when switching Camel from 2.11.0 to 2.12.1v

2013-10-24 Thread Claus Ibsen
Hi You should tell more about your Camel application, as Camel has 100s of components so not sure which you use etc, that can possible cause a slowdown in your situation. On Thu, Oct 24, 2013 at 2:40 PM, marioradev wrote: > Hi there. > > Last week we have switched our product to use Apache Cam

Re: Deployment of Akka Camel CXF Osgi sample in Apache Karaf container

2013-10-24 Thread sramakrishna
The proof of concept can be found here in the following github repository: https://github.com/sramakrishna/akkaosgicamelcxfsample Additional information can be found here: https://groups.google.com/forum/#!topic/akka-user/lQkYM5qgTao https://groups.google.com/forum/#!topic/akka-dev/ldeCD-iF0bg

Subscribing to users@camel.apache.org

2013-10-24 Thread sjfloat
I am trying involve myself in the Camel and Servicemix communities, but I have been totally unable to make contact. I've convinced my company to adopt camel and have developed services based upon it. I could imagine potentially contributing code to the camel or servicemix projects, but I can't eve

Re: Body is null exception when producing JMS messages from a Quartz endpoint

2013-10-24 Thread contactreji
You need to initialized the body with some value before sending it to some component wen route is started with timer or quartz You can set some arbitory value by using tag in your route. Sending camel exchange with null body to some camel components generated errors. Refer setBody tag exampl

Performance degradation on consumer side when switching Camel from 2.11.0 to 2.12.1v

2013-10-24 Thread marioradev
Hi there. Last week we have switched our product to use Apache Camel 2.12.1 version instead of 2.11.0 version. On one of our performance tests we have detected degradation of 20% on the consumer side. The affected test case is when the message is being created once and then sent/emitted N times. T

Polling for file updates over http/s?

2013-10-24 Thread James Green
I'm having to write a java daemon that polls a service over http for an updated file. This effectively provides an "automatic updates" mechanism. Sounds like a job that could be a fit for Camel. Has anyone ever tried developing such a component? James

Use FlexibleAggregationStrategy in Spring DSL

2013-10-24 Thread kalyanskanda
Would like to enrich component which looks up customerId based on name and enrich the inMessage for processing. Please provide a sample on flexibleAggreation on Spring DSL. Something like : /person/city = 'London'

Re: ActiveMq-InOut: save exchange body

2013-10-24 Thread contactreji
Hi I had similar error while working with a webservice. The error was Timeout occurred after 2 millis waiting for reply message My code was like And it gave the above error I change it to ** which indeed solved