Date: Tue, 19 May 2009 16:35:55 -0700
From: Scott Lewis <
slewis@xxxxxxxxxxxxxxxxx>
Subject: Re: [ecf-dev] Re: ecf-dev Digest, Vol 45, Issue 35
To: "Eclipse Communication Framework (ECF) developer mailing list."
<
ecf-dev@xxxxxxxxxxx>
Message-ID: <
4A13425B.9020702@xxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Roshan,
I've created a new test case:
org.eclipse.ecf.tests.provider.jms.activemq/org.eclipse.ecf.tests.provider.jms.activemq.remoteservice.ActiveMQServiceRegisterTest
That
exercises the ActiveMQ pub-sub remote services through RFC 119.
With some bug fixes discovered and fixed along the way, the tests in
this test class now all pass/work.
Note that someone/one of us should put together some instructions for
a) Setting up ActiveMQ broker so that it can be used with this test case
(i.e. add broker topic called 'exampleTopic').
b) How to run this test case and others
I will do this asap. If you are willing/able to do this as well it
would be appreciated.
BTW, I found a bug in activemq in the process...during the running of
these tests ActiveMQ gives a spurious warning with exception trace (a
NumberFormatException). I've created the following bug on the activemq
bug tracking system for this:
https://issues.apache.org/activemq/browse/AMQ-2256When I run the tests with activemq 5.2 I get a number of exception and
stack traces as described in
https://issues.apache.org/activemq/browse/AMQ-2256. These do not
prevent the tests from succeeding, but the console is filled up with
spurious warnings/stack traces.
Scott