RE: problem set the expiration time for durable topic messages

2007-08-22 Thread ferry97
Hi, So should we use Message.setJMSExpiration or Producer.setTimeToLive ? Thanks. Regards, Ferry pbolle wrote: > > Hi, > > Sorry, my last comment was not correct. In the trunk version I have the > problem that all messages never reach the subscriber. Now I corrected my > unit test and I have a

Failover error

2007-08-22 Thread Dave Carlson
Hi, It appears as thought maxReconnectAttempts is not working in 4.1.1. I create a ActiveMQConnectionFactory with the url failover:(tcp://localhost:61616)?initialReconnectDelay=11;maxReconnectDelay=3;maxReconnectAttempts=1 and it never stops trying to reconnect. Here is some of the output from act

Messages not dequeueing after broker restart.

2007-08-22 Thread wickus
Hi. I have ActiveMQ 4.1.1 integrated with JBoss 4.2.1 GA. I have a external process sending messages onto an ActiveMQ queue where a JBoss MDB processes them. If I start the sender AFTER JBoss is up, everything works fine. However, if JBoss goes down and starts up again (the sender continued trying

JDBC master/slave redelivery problem

2007-08-22 Thread Francois Guillemette
Hi, I got a problem with redelivery of message when using a JDBC master/slave configuration.:,( Here the step to reproduce: * I started 2 brokers in JDBC master/slave config, and I started 2 consumers (with CLIENT_ACKNOWLEDGE) * I sent one message (with redeliveryPolicy) RedeliveryPolic

Re: IO Errors from the journal?

2007-08-22 Thread [EMAIL PROTECTED]
Hi, I have the same issue with large messages when trying to send large files. I wonder whether you've had a solution ? Please share it with me. I appreciate your help. -- View this message in context: http://www.nabble.com/IO-Errors-from-the-journal--tf2681294s2354.html#a12275564 Sent fro

Re: Message expiration on but queue only growing?

2007-08-22 Thread James Strachan
Sure :-). Otherwise patches are always welcome On 8/20/07, Stefan Arentz <[EMAIL PROTECTED]> wrote: > What would it take to get this in AMQ? Is this something you guys > could do if it were a sponsored task? > > On 8/20/07, Rob Davies <[EMAIL PROTECTED]> wrote: > > we dont actively try and purge m

Re: What are version 5.0 release dates?

2007-08-22 Thread James Strachan
Asap :-) On 8/20/07, sparky2708 <[EMAIL PROTECTED]> wrote: > > Any responses? > > > xbranko wrote: > > > > What are the release dates for version 5.0? Even having tentative dates > > (with no obligations or strings attached) would be great. > > > > Thanks, > > Branko > > > > -- > View this message

Re: ApacheCon

2007-08-22 Thread James Strachan
How about adding them to the 'articles' page of the wiki? On 8/20/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On 8/20/07, ttmdev <[EMAIL PROTECTED]> wrote: > > > > Bruce, > > > > Are your presentation slides on AMQ publicly available and if so can you > > please direct us to them? > > I've attac

Re: How to Retrieve Message Properties

2007-08-22 Thread James Strachan
Could you provide a junit test case showing your issue? On 8/20/07, RobBugh <[EMAIL PROTECTED]> wrote: > > I'm having problems retrieving custom properties set on TextMessages. I have > a persistent queue to pass messages between a simple producer and consumer. > The producer sets several properti

Question @ the insiders about concurrent consumers and high watermark

2007-08-22 Thread ConstantChange
Hi! I have a question about the concurrency of consumers. I understood that the property "concurrentConsumers" of the container actually says/defines how many concurrent requests are handled by the consumer. Now just out of curiousity I tested a bit arround, and found that having 1 consumer ends

Re: Absolutely NO persistence please

2007-08-22 Thread ConstantChange
Thanks! I will try that! I think it is the journal, i found this sub directory: /activemq-data/localhost/journal and it has 3 .dat files in it.. Thanks again, CC Gaurav Hariani wrote: > > I suspect its due to the attribute > > deleteAllMessagesOnStartup="true" > > since that directive onl

Re: message expiration and 5.0.0 snap shot version

2007-08-22 Thread Jonas Lim
You can find the new features in 5.0 here : http://activemq.apache.org/new-features-in-50.html. I would suggest to checkout the latest source from trunk if you want to dive into the code details : http://activemq.apache.org/source.html there are a lot of unit test cases that provides a