Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20789 invoked from network); 25 May 2007 14:53:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 14:53:03 -0000 Received: (qmail 62771 invoked by uid 500); 25 May 2007 14:53:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 62640 invoked by uid 500); 25 May 2007 14:53:08 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 62631 invoked by uid 99); 25 May 2007 14:53:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 07:53:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 07:53:02 -0700 Received: by wx-out-0506.google.com with SMTP id i28so397888wxd for ; Fri, 25 May 2007 07:52:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Eiplhoymj8NYy538LHhtR6JAKZDrGHoN3QnlmFKZ7nTPxpAiOTIBB/XOogJE3SqHdRaiNaedBWoRWD/ooHHHa/wxwlBdBQB+Z5Ye1PJz6noCsym899yn3881bkcIra6dy4gJacPNtVnVBf2tMVti6AYS44ciJAow4kLjsSCRk6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gV3gHlA0getDW8+lg0G5wGWwhNJqN/Xnaf83NzJlCLMJNKZO2CzTVqSSTs0l//GcqG35AHWuqAJltmxKIUGXwapaQAww9VWy8/NlA5lRBEFImzPqJXaF1HBpZXJ1JsTDtwYyge+mr0D4VdqPjk+A3d0xZk+WmuKl4JUUJ5PfSdM= Received: by 10.90.97.11 with SMTP id u11mr2366243agb.1180104761570; Fri, 25 May 2007 07:52:41 -0700 (PDT) Received: by 10.90.105.5 with HTTP; Fri, 25 May 2007 07:52:41 -0700 (PDT) Message-ID: Date: Fri, 25 May 2007 15:52:41 +0100 From: "James Strachan" To: dev@activemq.apache.org Subject: Re: ActiveMQ 4.2 and IBM JRE 1.4 In-Reply-To: <60475.159.53.78.142.1180103649.squirrel@www.lse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <60475.159.53.78.142.1180103649.squirrel@www.lse.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/25/07, David D. Lucas wrote: > First off, thanks to everyone who put together a great open source package > like ActiveMQ. I am very impressed with it. Great Job!!! > > I am trying to deploy ActiveMQ 4.2 to WebSphere 5.1. I was able to do > this with ActiveMQ 4.1, but with 4.2 I am seeing the "Unsupported > major.minor version 49.0" error. I assume that the ActiveMQ classes or > something it is dependent on is compiled with JRE 1.5 byte code instead of > JRE 1.4. My assumption, of course, is that 4.2 will continue to support > JRE 1.4 backward compatibility. If this is not correct, can someone > document that or point me to the correct location? 4.2 or later is built with Java 5 by default; since on Java 5 the new concurrency code is faster & less buggy. We may get around to creating a separate distro of retrotranslated jars for 1.4. (Patches most welcome!:) http://activemq.apache.org/contributing.html Until then you can just install the retrotranslator JIT in your JVM to auto-swizzle any Java 5 jars. http://retrotranslator.sourceforge.net/#jit > While I am on the topic with WebSphere, is there a way to use the embedded > broker on multiple web containers all pointing to the same JDBC > persistence store? Just deploy one :) The issue is from web apps they usually can't see the same broker via VM transport. So either use TCP, or put the ActiveMQ jars in the system class path. -- James ------- http://macstrac.blogspot.com/