Re: ** JMS Client HANGING - AMQ 5.9, AIX 6.1

2015-06-29 Thread cdelgadob
Hi Tim, Paul, Thanks a lot for your suggestions, both very concise and thoughtfull. Re your questions: - Message size: Actually they are quite small, it's just a, identifier that points to a record in a DB. So the DB has to be accesed in order to process the message (I know it's odd and

Re: Are Scheduled Messages persistent ?

2015-03-12 Thread cdelgadob
Great answer! thanks a lot! -- View this message in context: http://activemq.2283324.n4.nabble.com/Are-Scheduled-Messages-persistent-tp4665977p4693078.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ Spring listener suddently stops working

2015-03-12 Thread cdelgadob
Hi all! I have to fix an inherited application from another company, and I have an error which is not clear to me: the jms listener stops working suddently without any evident reason. It's a spring-based client, here is the context: /bean id=amqConnectionFactory

Re: ActiveMQ Spring listener suddently stops working

2015-03-12 Thread cdelgadob
That's what I suspect, although I'm not sure if this is handled somehow by Spring. Also, as you can see, the session is transacted, and I'm not sure if that affects the acknowledge mode... I'll take a look at the prefetch buffer as soon as we can start the system, this only happens in production,

ActiveMQ Cluster - How to share scheduler data?

2014-12-05 Thread cdelgadob
Hi, I'm trying to figure out how could I set up a network of brokers with the scheduling functionality enabled. The broker itself doesn't need to be persistent, because we have recovery oprins if the messages are lost. But we also use the embedded scheduler, which it's important. I was

Re: Are Scheduled Messages persistent ?

2014-11-25 Thread cdelgadob
Hi all, Simple question: Are scheduled messages persistent regardless of the persistent configuration of the broker? I mean: I don't need to persist my inflight messages, but the scheduled ones, just in case the broker goes down. How can I achieve that? Thanks! Carlos -- View this message