Re: Getting BindException on client side after restart of broker

2008-06-17 Thread drjava
) the test runs smoothly without any bind exceptions.) bsnyder wrote: > > On Sat, Jun 14, 2008 at 3:18 PM, drjava <[EMAIL PROTECTED]> wrote: >> >> I'm sorry...Trying again. >> http://www.nabble.com/file/p17843946/spring-config.xml spring-config.xml >> htt

Re: Getting BindException on client side after restart of broker

2008-06-14 Thread drjava
I couldn't actually read the attached file - can you attach again > without the formatting ? > > On 13 Jun 2008, at 22:30, drjava wrote: > >> >> I am (still) in the process of testing a JmsMessenger class called >> JmsLogMessenger. One of my test cases scenar

Getting BindException on client side after restart of broker

2008-06-13 Thread drjava
I am (still) in the process of testing a JmsMessenger class called JmsLogMessenger. One of my test cases scenario is as follows: * start the JMS broker (Active Mq 5.1.0, embedded) * start a thread that sends messages at a given interval. * after a while (n seconds) shut the broker down * after an

Re: Lost messages - not all messages sent to the queue are delivered to the message receiver

2008-06-12 Thread drjava
activemq.pool.PooledConnectionFactory" > destroy-method="stop"> > > > > > > > > > > class="org.springframework.jms.listener.DefaultMessageListenerContainer"> > > >

Lost messages - not all messages sent to the queue are delivered to the message receiver

2008-06-12 Thread drjava
I am using ActiveMQ embedded in my Junit test. I have a JmsMessenger that uses a JmsTemplate to send the messages and a MessageReceiver to receive the messages. The test goal is to verify that all messages that were sent were also received (compare numbers and the actual message objects for equali