Re: Error in Eclispe XML Editor when 'amq' namespace used

2008-05-17 Thread Aaron Mulder
You can change the file to use the URLs with versions in the name. I find that my IDE doesn't work with the versionless URLs either (though it seems that Spring and XBean are OK with it). http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd

Re: Error in Eclispe XML Editor when 'amq' namespace used

2008-05-17 Thread Yohan Liyanage
Thanks for the reply Aaron. Yes it works with the URLs with version. But I get a warning in my IDE, but the application works fine. I am wondering what is the reason for the warning (the warning says it cannot find the Spring Namespace Handler, which is in classpath) :S. Aaron Mulder wrote:

ActiveMQ VS2003

2008-05-17 Thread Odilon Oliveira [dilas]
Hello, Im trying compile ActiveMQ.NET (NMS) with NAnt without success using .NET Framework 1.1 Doing these steps: 1. Checkout the source code from SVN 2. Executing NAnt to build in this folder C:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ Could you help me to compile binaries for .NET 1.1 ?

Re: Question about Producer Consumer usage

2008-05-17 Thread jaya_srini
Hi Hiram I followed what was said in this link in the ActiveMQ page http://activemq.apache.org/how-do-i-use-jms-efficiently.html Also from our observation, it looked like a problem with the failover protocol and synchrounous sending of messages. It seemd like the thread trying to reconnect was

Re: Question about Producer Consumer usage

2008-05-17 Thread jaya_srini
Just adding to my previious post ... I am not creating multiple threads in the application for sending messages. There is only one main thread for the application which creates the JMS objects upfront (i.e. only once) when it gets loaded. After that the objects are reused for sending the