Re: Newbie questions about camel redelivery vs AMQ redelivery

2020-02-08 Thread Jean-Baptiste Onofre
Hi, You can take a look on a blog I wrote about that: http://blog.nanthrax.net/?p=820 Generally speaking, I’m using Camel for short redelivery (temporary error). When I want « long » redelivery, I’m using ActiveMQ redelivery with scheduler, and in that case,

Newbie questions about camel redelivery vs AMQ redelivery

2020-02-07 Thread n999999
Hi Apologies but I'm a little confused after reading up on Camel docs and books as well as AMQ docs. My confusion might be due to almost zero experience but thought I'd ask hopefully some simple questions before I dive in to development with routes that consume messages from AMQs. My understandin

Re: Newbie questions on NMS or CMS ActiveMQ consumers puzzle

2010-09-01 Thread James Green
gt; Sorry I am so new and trying to get up to speed ASAP. > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Newbie-questions-on-NMS-or-CMS-ActiveMQ-consumers-puzzle-tp2403331p2403538.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Newbie questions on NMS or CMS ActiveMQ consumers puzzle

2010-09-01 Thread ChicagoBob123
nabble.com/Newbie-questions-on-NMS-or-CMS-ActiveMQ-consumers-puzzle-tp2403331p2403538.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie questions on NMS or CMS ActiveMQ consumers puzzle

2010-09-01 Thread Timothy Bish
On Wed, 2010-09-01 at 07:51 -0700, ChicagoBob123 wrote: > The problem I have 2 consumers of one queue and each consumer only seems to > get 1/2 the messages. > > Here is some my consumer code. > The concept is easy I browse the queue and remove any messages that belonged > to my application > ba

Newbie questions on NMS or CMS ActiveMQ consumers puzzle

2010-09-01 Thread ChicagoBob123
- View this message in context: http://activemq.2283324.n4.nabble.com/Newbie-questions-on-NMS-or-CMS-ActiveMQ-consumers-puzzle-tp2403331p2403331.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie Questions

2008-05-29 Thread VinT
ow-to tutorials. Thank you very much for your help. -- View this message in context: http://www.nabble.com/Newbie-Questions-tp8653138s2354p17548710.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie questions

2008-05-15 Thread j0llyr0g3r
Look in $AMQ_HOME/example -- View this message in context: http://www.nabble.com/Newbie-questions-tp17238878s2354p17252361.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie questions

2008-05-14 Thread code.junkie
the prefetch size - see > http://activemq.apache.org/what-is-the-prefetch-limit-for.html > it makes the broker have to work less! > Also is there any sample code that I can refer for using transactions for consumers? Thanks, Rakesh -- View this message in context: http://www.

Re: Newbie questions

2008-05-14 Thread code.junkie
ges within a single transaction. Thanks, Rakesh -- View this message in context: http://www.nabble.com/Newbie-questions-tp17238878s2354p17239387.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie questions

2008-05-14 Thread Rob Davies
ext: http://www.nabble.com/Newbie-questions-tp17238878s2354p17238878.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. cheers, Rob http://open.iona.com/products/enterprise-activemq http://rajdavies.blogspot.com/

Newbie questions

2008-05-14 Thread code.junkie
ED for the producer, so what should be the proper way in consumer assuming producer and consumer processes at the same speed) Thanks in advance! - Rakesh 3) -- View this message in context: http://www.nabble.com/Newbie-questions-tp17238878s2354p17238878.html Sent from the ActiveMQ - User ma

Re: Spring JMS Scalability - Newbie questions

2007-10-13 Thread VJ22
ften > outweighs the extra parallelism. Sometimes if your consumer is just > doing database stuff, your database often dictates how parallel you > should be for optimum performance. > > If you have a high number of consumers; with a high prefetch - you may > use up too much RAM BTW (

Re: Spring JMS Scalability - Newbie questions

2007-10-12 Thread James Strachan
On 11/10/2007, VJ22 <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have just implemented a messaging system using Spring JMS with Active MQ > 4.1.1...I do have some questions...Would be appreciable if someone could > answer them > > We are looking at processing close to 10 transactions in a > min

Spring JMS Scalability - Newbie questions

2007-10-11 Thread VJ22
iew this message in context: http://www.nabble.com/Spring-JMS-Scalability---Newbie-questions-tf4608817s2354.html#a13160710 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Newbie Questions

2007-02-01 Thread James Strachan
On 1/26/07, saleem145 <[EMAIL PROTECTED]> wrote: Hello, I am trying to build a very simple finance application. I would like to use a message bus to broadcast stock prices. The publisher would connect to an exchange, get the prices and publish them onto the message bus. The subscribers would co