Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Geoffrey Arnold
No problem, thanks Dejan! On May 10, 2010, at 8:17 AM, Dejan Bosanac wrote: > Hi Geoff, > > I meant everything OK in the Jira. I still didn't managed to look at the > test. Sorry for confusion. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fus

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Dejan Bosanac
Hi Geoff, I meant everything OK in the Jira. I still didn't managed to look at the test. Sorry for confusion. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Geoffrey Arnold
Hi Dejan, If you run the test, the second assertion (right before the finally block) fails. Could you clarify what you mean by "everything is ok"? Thanks, Geoff. On May 10, 2010, at 3:08 AM, Dejan Bosanac wrote: > Hi, > > I see your test case attached to the issues. Seems like everything is

Re: Programmatically stopping and restarting network connector

2010-05-10 Thread Dejan Bosanac
Hi, I see your test case attached to the issues. Seems like everything is OK. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sat, May 8, 2010 at 4:05 PM,

Re: Programmatically stopping and restarting network connector

2010-05-08 Thread Geoffrey Arnold
Looks like the attachment didn't come through... inlining test case here. Any thoughts? /// package org.activemq; import org.apache.activemq.ActiveMQConnectionFactory; import org.apache.activemq.broker.BrokerService

Re: Programmatically stopping and restarting network connector

2010-05-05 Thread Geoffrey Arnold
Issued opened with failing test: https://issues.apache.org/activemq/browse/AMQ-2722 Attaching JUnit test here too: On Apr 6, 2010, at 5:10 AM, Dejan Bosanac wrote: > Hi, > > can you raise a Jira for this (ideally with a test case that demonstrates > the problem). > > Cheers > -- > D

Re: Programmatically stopping and restarting network connector

2010-04-06 Thread Dejan Bosanac
Hi, can you raise a Jira for this (ideally with a test case that demonstrates the problem). Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Apr 2, 20

Programmatically stopping and restarting network connector

2010-04-02 Thread Geoffrey Arnold
Hi All! During upgrades we would like to be able to stop and restart the network connector between embedded brokers running in separate VMs. In the embedded broker of the producer VM we have a network connector pointing to the transport connector of an embedded broker in the consumer VM. I hav