ActiveMQ-CPP version numbers for packaging

2007-12-14 Thread Daniel Pocock
I've added another page to the wiki concerning version numbers for packaging: The page ActiveMQ-CPP product version number has been created to specify the way version numbers are used in the project, with some examples. http://cwiki.apache.org/confluence/display/AMQCPP/ActiveMQ-CPP+product+ver

Re: ActiveMQ and EJB3 - tested with JBoss

2007-12-12 Thread Daniel Pocock
" anywhere ... :-( Must I install a additionaly JBoss package? Or where else can I find the annotation? I used 4.2.1.GA This is the classpath from my build.xml: name="server/${j2ee.jboss.config}/deploy/ejb3.deployer/**.jar"/> Many thanks, St

Re: ActiveMQ thoughts

2007-12-12 Thread Daniel Pocock
How did each product fair? 1. Tibco EMS no issues with any of the stress tests and performance tests. 2. MSMQ don't even get me started with this POS. 3. SONIC EMS no issues with any of the stress tests and performance tests. 4. ActiveMQ can not make it past any stress tests. See issues be

Re: ActiveMQ-CPP libtool issues

2007-12-04 Thread Daniel Pocock
Point taken - I realise this stuff is time consuming. On the other hand, we only have to address it once, and then come up with a set of rules for the project. The link I provided suggests some rules for using -version-info: http://www.gnu.org/software/libtool/manual.html#Versioning Ther

ActiveMQ-CPP libtool issues

2007-12-03 Thread Daniel Pocock
I've just been looking at the way libtool is used by ActiveMQ-CPP, in anticipation of creating some Debian packages. The parameters to -version-info are defined like this: current = 2 = current interface version revision = 1 = the revision of the library (binary compatibility is preserved acro

Re: ActiveMQ CMS and CPP on Debian?

2007-11-28 Thread Daniel Pocock
Timothy Bish wrote: I've looked around before, and like most things that involve autoconf, it was really confusing and made my head hurt, so I stopped looking :) I'm not sure about arranging the debian files in that way (packages/debian) - but I will try it. As for testing, I'll see i

Re: ActiveMQ CMS and CPP on Debian?

2007-11-27 Thread Daniel Pocock
>> Would you like to have the Debian packaging files in the SVN? > I wouldn't expect packages to be in SVN. What I would think is the > right thing to do is to create scripts or augment the current build > scripts to add a build target for creating the packages. Otherwise it > doesn't really sol

Re: ActiveMQ CMS and CPP on Debian?

2007-11-26 Thread Daniel Pocock
Timothy Bish wrote: There is not anyone working on this. We don't currently have Debian machines so its not really feasible for us to do this. I would love to find someone who would work on adding the ability to build rpm, debs and solaris pkg files etc. I just don't have time to devote to

ActiveMQ CMS and CPP on Debian?

2007-11-26 Thread Daniel Pocock
Is anyone working on official Debian packages of ActiveMQ CMS and CPP? It would be very convenient to have these available - if it is not already happening, I am happy to contribute some effort towards this. Regards, Daniel

ActiveMQ and EJB3 - tested with JBoss

2007-11-25 Thread Daniel Pocock
I've seen numerous postings regarding ActiveMQ with EJB3, and variations of a datasource XML file for use with JBoss integration. However, they don't quite work. Here is what worked for me, it is actually quite simple: 1. Don't use any datasource file - only the RA file is required. Put