Re: JMX preventing connector from stopping.

2007-02-07 Thread mers
d be appreciated. Emerson James.Strachan wrote: > > On 2/5/07, mers <[EMAIL PROTECTED]> wrote: >> I'm stopping a broker's TransportConnector with the connector's stop() >> method. If JMX is disabled, stopping the connector correctly fires an >> active >

JMX preventing connector from stopping.

2007-02-05 Thread mers
I'm stopping a broker's TransportConnector with the connector's stop() method. If JMX is disabled, stopping the connector correctly fires an active connection's ExceptionListener. If JMS is enabled, the Listener doesn't get fired. Is this expected behaviour? -- View this message in context: ht

Disconnecting a broker.

2007-02-02 Thread mers
Hi, I have some Java code that starts a broker, gets a connection the the broker using a tcp:// connector, and registers an exception listener for that connection. Is there a way to cause the connection to fail such that exception listener is invoked _without_ explicitly stopping the broker? I'd