Re: BrokerContainer & SpringBrokerContainerFactory classes

2014-03-04 Thread Christian Posta
> oracle.jdbc.driver.OracleDriver > > > jdbc:oracle:thin:@devdb01:1521:pkt1100 > > > > > > > > > true > > > > > > thanks for the help. > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/BrokerContainer-SpringBrokerContainerFactory-classes-tp4678387p4678499.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: BrokerContainer & SpringBrokerContainerFactory classes

2014-03-04 Thread tvijayram
true thanks for the help. -- View this message in context: http://activemq.2283324.n4.nabble.com/BrokerContainer-SpringBrokerContainerFactory-classes-tp4678387p4678499.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BrokerContainer & SpringBrokerContainerFactory classes

2014-03-03 Thread Christian Posta
urce resource = new FileSystemResource(configFile); > return SpringBrokerContainerFactory.newInstance(resource); > } > > pls hep us. > > > Thanks > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/BrokerContainer-Spri

Re: BrokerContainer & SpringBrokerContainerFactory classes

2014-03-03 Thread tvijayram
Service brokerCreate() { Resource resource = new FileSystemResource(configFile); return SpringBrokerContainerFactory.newInstance(resource); } pls hep us. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/BrokerContainer-SpringBrokerContainerFactory-classes-tp

Re: BrokerContainer & SpringBrokerContainerFactory classes

2014-02-28 Thread Christian Posta
0created%20ASC> > * > > But when I am trying to upgrade to the latest *Activemq-5.9.0* version. we > are facing some issues w.r.t > *BrokerContainer & SpringBrokerContainerFactory* classes which are not > available in latest activemq > > I searched all the jars, but

BrokerContainer & SpringBrokerContainerFactory classes

2014-02-27 Thread tvijayram
when I am trying to upgrade to the latest *Activemq-5.9.0* version. we are facing some issues w.r.t *BrokerContainer & SpringBrokerContainerFactory* classes which are not available in latest activemq I searched all the jars, but unable to find the functionality for the above mentioned cl