Hi, propagating the BrokerService to discovery agents is not supported at the moment. You may want to hack it up. Some of the classes to look at:
org.apache.activemq.broker.BrokerService org.apache.activemq.network.DiscoveryNetworkConnector org.apache.activemq.transport.discovery.DiscoveryAgentFactory also take a peak at TransportFactory for how's it works for transport connectors. Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Jul 18, 2011 at 3:01 PM, Sam2222 <[email protected]> wrote: > Thx Dejan but Fuse Fabric is to big for me ;) > > So I try to develop an discovery Agent that use a Data Base to reference > Broker : > https://github.com/sliard/multicastdb > > It's just a start. > > I have some trouble to get Spring Context (mail > > http://activemq.2283324.n4.nabble.com/Spring-context-on-DiscoveryAgent-td3670595.html > ) > And lot of work to support all data base type. > > Samuel > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Discovery-without-multicast-like-on-EC2-tp3658967p3675222.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
