Re: Time to deliver a message?

2013-09-02 Thread John D. Ament
Yeah, one theory I have is that the webservice we have to call in the middle is taking longer than expected. I also found an issue (on my side) where certain routes weren't getting set up right. I'm going to leave debug on for a while on my machine, see what the logs produce and go from there. W

Re: Time to deliver a message?

2013-09-02 Thread Christian Müller
I'm afraid we need a (simple) unit test which shows this issue to investigate on it. We also using ActiveMQ in our PROD environment and don't see this issue. May be it's related to your use of the producer template or an issue in your custom code... Can you share your original route (if you are not

Re: Time to deliver a message?

2013-08-22 Thread John D. Ament
Oh, right now we're in dev mode only. It's noticeable after a few minutes of operating. The time will fluctuate. In some cases, I see it almost immediately processed and in others I've seen it wait up to 10 minutes to process a message (if it takes longer than this we've been giving up and tryin

Re: Time to deliver a message?

2013-08-22 Thread Christian Müller
Details like: - Which message broker do you use? Which version? - If you use ActiveMQ, do you use an embedded or external broker? - How does your route look like (Which message exchange pattern do you use? Which payload do you use?) - What exactly do you mean with "over the time"? Minutes, hours,

Re: Time to deliver a message?

2013-08-21 Thread John D. Ament
I guess one other important thing to point out is that this is camel 2.10.6 on service mix 4.5.3. On Wed, Aug 21, 2013 at 9:17 AM, John D. Ament wrote: > Not sure what more details I could provide. > > Basically, I have a polling consumer on a queue. I see that polling > consumer polling all the

Re: Time to deliver a message?

2013-08-21 Thread John D. Ament
Not sure what more details I could provide. Basically, I have a polling consumer on a queue. I see that polling consumer polling all the time. DOesn't see a message, even though the message was sent (based on log messages) several minutes back. Then finally after a little bit more the message g

Re: Time to deliver a message?

2013-08-21 Thread Christian Müller
No, this is not expected. Can you provide more details? Best, Christian Am 21.08.2013 05:55 schrieb "John D. Ament" : > Hi, > > Assuming that I'm using activemq queues as my components, how quickly > should a message be delivered? > > In a number of routes, I'm moving data from one queue to anoth

Time to deliver a message?

2013-08-20 Thread John D. Ament
Hi, Assuming that I'm using activemq queues as my components, how quickly should a message be delivered? In a number of routes, I'm moving data from one queue to another queue, and over time the amount of time that it takes for a message to go from A to B to C is steadily increasing. Is this exp