If a new connector / transport is added after a broker has been started, then you need to call .start() on those objects to get them going. Otherwise they will not be running. A subsequent broker.stop() will stop them.
On 4/15/06, rmoore <[EMAIL PROTECTED]> wrote: > > what if the broker is already configured and running and i just want to add a > new network connector programmatically/dynamically? > > thanks. > > robert. > > -- > View this message in context: > http://www.nabble.com/Embedded-Networked-Brokers-t1448274.html#a3935704 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- Regards, Hiram
