Re: When will 4.2 become stable ?

2007-05-25 Thread Oleg Deribas
Hello, James Strachan said the following on 25.04.2007 14:15: Yeah - thats just a rename really as 4.2 is not backwards compatible with 4.1 clients in OpenWire (its a new OpenWire version) and along with the move to Java 5, the 4.2 release will be renamed 5.0 I think James, does it mean that

Re: When will 4.2 become stable ?

2007-05-25 Thread James Strachan
On 5/25/07, Oleg Deribas [EMAIL PROTECTED] wrote: Hello, James Strachan said the following on 25.04.2007 14:15: Yeah - thats just a rename really as 4.2 is not backwards compatible with 4.1 clients in OpenWire (its a new OpenWire version) and along with the move to Java 5, the 4.2 release

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Some user
Hi Albert! but maybe we should rather spend some time getting AMQCPP to build as a DLL with VC++ 2005 Express (which is free to use, even for commercial applications) which you can then link into your VS6-compiled applications. build dll on 2005 goes fine, however, my application on VS6

C# client slow...

2007-05-25 Thread Hanss
Hi, I have a C# Windows Forms application that shows stock quotes. When it starts up it gets a snapshot of all quotes from the server before it starts subscribing to updates. It communicates with the server through ActiveMQ. The server is also a C# application. I use the libraries

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Albert Strasheim
Hello all On Fri, 25 May 2007, Some user wrote: Hi Albert! but maybe we should rather spend some time getting AMQCPP to build as a DLL with VC++ 2005 Express (which is free to use, even for commercial applications) which you can then link into your VS6-compiled applications. build

Re: Message acknowledgement synchronization problem

2007-05-25 Thread James Strachan
A JMS Session, Consumer Producer is only meant to be used by one thread at any point in time. Thats the reason we don't sync ourselves (it just adds overhead when the spec is pretty clear about thread usage). On 5/25/07, fungrim [EMAIL PROTECTED] wrote: Hello, I'm not entirely sure of what

Re: Warning and then OutOfMemoryError

2007-05-25 Thread James Strachan
On 5/24/07, Daryl Richter [EMAIL PROTECTED] wrote: Hey- Last night one of our brokers, running a build of ActiveMQ 4.2-SNAPSHOT built a couple of weeks ago, crashed with the following output: WARN TcpTransport - Cannot set socket buffer size = 65536 Exception in thread

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Timothy Bish
Hi Albert Strasheim wrote: Looking at the errors again, they are: 1. differs only by return type is due to the covariant return in ActiveMQException. But building the AMQCPP part as DLL probably means you don't see this anymore. 2. Something is going awry with the static constants in

configuring mysql persistant adapter

2007-05-25 Thread Vinod_mit
Hi friends iam trying to connect mysql with acitvemq here is my code persistenceAdapter journaledJDBC dataSource=#mysql-ds/ /persistenceAdapter and here is the description, i have copied mysql-connector-java-5.0.5-bin.jar in activemq lib directory here is my mysql

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Nathan Mittler
FYI, we're not planning on making any changes to activemq-cpp to address the shortcomings of other compilers. Regarding the destroy methods for deallocating amq-cpp resources, do you think this would be required for clients that are built with newer msvc compilers? Would it also be a problem

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Albert Strasheim
Hello On Fri, 25 May 2007, Nathan Mittler wrote: FYI, we're not planning on making any changes to activemq-cpp to address the shortcomings of other compilers. Regarding the destroy methods for deallocating amq-cpp resources, do you think this would be required for clients that are built

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Albert Strasheim
Hello all On Fri, 25 May 2007, Albert Strasheim wrote: Hello On Fri, 25 May 2007, Nathan Mittler wrote: FYI, we're not planning on making any changes to activemq-cpp to address the shortcomings of other compilers. Regarding the destroy methods for deallocating amq-cpp resources, do

Re: Error in prototype.js

2007-05-25 Thread Atis
Hi, I found some old unfinished topic, and i'm having the same problems. I did, and i find it quite easy and reliable to send e simple text message. In the portofolio.js, the datas are retrieved from HTML document, if i understood. What i want to do is send datas from an XML files loaded

Question about activemq-ra, does it support JCA 1.5?

2007-05-25 Thread David Budworth
Hi folks, I was trying to integrate AMQ 4.2 (snapshot) with JBoss 4 + EJB3 (for MDBs) it appears that the activemq-ra library (from looking at the source) doesn't actually support the new functions that came along with JCA 1.5 There are many functions stubbed out to throw JMSException(Not