Re: Non-persistent expired msg problem

2006-10-12 Thread hbruch
In AMQ 4.0.2 expired persistent messages are regularly removed from the message store. AFAIK, non-persistent messages are only dropped if requested by a consumer, which might be later than the expiration time or even never. Currently, the removal takes place in the consumer which still causes netw

[jira] Commented: (AMQ-724) Stomp client is not removed from the broker on client disconnect

2006-10-12 Thread Chris Ochs (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-724?page=comments#action_37176 ] Chris Ochs commented on AMQ-724: This is not fixed as of 4.0.2 RC4, or at least there is another bug with the exact same behavior. Wasn't hard to duplicate either,

Re: Non-persistent expired msg problem

2006-10-12 Thread Jonas Lim
Hi, AFAIK, expired messages are automatically removed so you don't need to worry about cleanup of expired messages. Regards, Jonas Christopher_Ong wrote: Hi, may I know is there a configuration at the activemq.xml to remove the msg which has been expired from it's specific queue permanently

Re: ActiveMQ 4.0.2 problem on destinations

2006-10-12 Thread Jonas Lim
Hi Christopher, Configuring startup destinations is only available from 4.1 onwards. I don't think it was included in the 4.0.1 release. http://activemq.org/site/configure-startup-destinations.html You can try building from trunk or download the 4.1 snapshot to test this feature

ActiveMQ 4.0.2 problem on destinations

2006-10-12 Thread Christopher_Ong
So far I had tried few distribution from 4.0.1, 4.0.1 snapshot, 4.0.1 SNAPSHOT_27_09 and it seem tat only 4.0.1 snapshot_27_09 works wif d setting of startup broker where we hav to set it at d activemq.xml whereas the other distributions can't recognise "destinations". Quite surprising that even t

Maven 2 packages for 4.0.1 release?

2006-10-12 Thread Sakala, Adinarayana
Hi, I am planning to update CXF project to use ActiveMQ 4.0.1 release. Currently it uses 3.2. Where can I find the Maven 2 snapshots for 4.0.1 release? Thanks, adi

Re: Build fails with SVN checkout

2006-10-12 Thread Rob Davies
the command you need is mvn eclipse:eclipse - which will build the eclipse .project file for you. What I'd recommend (if your not already doing this) is: 1. build activemq in a separate area from your eclipse workspace - mvn install -Dmaven.test.skip=true 2. build all the eclipse projects -

[jira] Updated: (AMQ-973) .Net client sends message acknowledgements as synchronous requests instead of asynchronous oneWay packets

2006-10-12 Thread Rob Lugt (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-973?page=all ] Rob Lugt updated AMQ-973: - Attachment: amq973-patch.txt Patch to change MessageAck from synchronous to oneway to mirror Java client > .Net client sends message acknowledgements as synchronous reques

[jira] Created: (AMQ-973) .Net client sends message acknowledgements as synchronous requests instead of asynchronous oneWay packets

2006-10-12 Thread Rob Lugt (JIRA)
.Net client sends message acknowledgements as synchronous requests instead of asynchronous oneWay packets - Key: AMQ-973 URL: https://issues.apache.org/activem

[jira] Updated: (AMQ-972) NMS Client does not set NMSTimestamp

2006-10-12 Thread Rob Lugt (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-972?page=all ] Rob Lugt updated AMQ-972: - Attachment: DateUtils.cs DateUtils class to contain methods for converting dates between various platforms. > NMS Client does not set NMSTimestamp > -

[jira] Updated: (AMQ-972) NMS Client does not set NMSTimestamp

2006-10-12 Thread Rob Lugt (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-972?page=all ] Rob Lugt updated AMQ-972: - Attachment: amq972-patch.txt Patch for MessageProducer to set Timestamp property. See also DateUtils.cs > NMS Client does not set NMSTimestamp > -

[jira] Created: (AMQ-972) NMS Client does not set NMSTimestamp

2006-10-12 Thread Rob Lugt (JIRA)
NMS Client does not set NMSTimestamp Key: AMQ-972 URL: https://issues.apache.org/activemq/browse/AMQ-972 Project: ActiveMQ Issue Type: Bug Components: NMS (C# client) Affects Versions: 4.0.2

Re: Build fails with SVN checkout

2006-10-12 Thread ngcutura
Hi, I am using Eclipse. When I do as you suggested from the command line, I get "Build Successful". When start Eclipse again, I have the same errors as before. Any suggestions? Regards, NGC rajdavies wrote: > > try changing directory to activemq/activemq-openwire-generator - and > do mvn i

Re: Build fails with SVN checkout

2006-10-12 Thread Rob Davies
try changing directory to activemq/activemq-openwire-generator - and do mvn install from there - then the build should work from the top directory. Please note - there's some failing test cases at the moment - just fixing ... cheers, Rob On 12 Oct 2006, at 09:28, ngcutura wrote: Hi, He

Non-persistent expired msg problem

2006-10-12 Thread Christopher_Ong
Hi, may I know is there a configuration at the activemq.xml to remove the msg which has been expired from it's specific queue permanently (mean auto remove when the non-persistent msg has been expired)? thanks in advance -- View this message in context: http://www.nabble.com/Non-persistent-expir