Thanks for your reply.

On Sep 12, 2007, at 8:27 AM, Guillaume Nodet wrote:

What do you mean "it does not work anymore" ?Message are not consumed ?

Yes, messages are not consumed.  They are with the older AMQ.

have
you checked
both the activemq and servicemix log for any exception
that may occur ?

Nothing at INFO level. Let me start them with DEBUG level logging and get back to you.


On 9/12/07, Daryl Richter <[EMAIL PROTECTED]> wrote:

Hi-

I originally posted this to the Dev list, but got no response.  I
would like to try to help fix this if someone could point me in the
right direction.

I have a very simple ServiceMix JMS Service Unit which reads messages
off a queue.  Here is the xbean:

<jms:endpoint
        service = "b:JMSReceiver"
         endpoint = "receive"
        targetService="b:JMSSender"
        targetEndpoint="send2"
         role = "consumer"
         destinationStyle = "queue"
         jmsProviderDestinationName = "sender.1.out"
        defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
         connectionFactory = "#ConnectionFactory"/>

     <bean id="ConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
         <property name="brokerURL" value="tcp://localhost:61616" />
     </bean>

It works fine with ActiveMQ-5.0-SNAPSHOT, rev. 554694.

It does not, however, work with ActiveMQ-5.0-SNAPSHOT, rev. 569270 or
573615.

I am running this in ServiceMix 3.2-SNAPSHOT on Mac OS X with an
*external* ActiveMQ running on 61616.  ServiceMix's embedded AMQ is
on 60606 and it, of course works fine too there.

Can anyone give me any clues where to start looking to find out how/
where/why this has been broken?


--
Daryl
http://itsallsemantics.com

"2 + 2 = 5, for sufficiently large values of 2."
     -- Ron Jeffries






--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

--
Daryl

"Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats."
    -- Howard Aiken



Reply via email to