Re: ActiveMQ native API problem : Broker.getDestinations

2009-08-24 Thread ffrenchm
Hello, could anyone enligth me about this minor problem ? I've already some diffs on ActiveMQ source code to solve the problem on my side. Should I raise a JIRA ? Thanks for all ffrenchm wrote: > > Hello, > > I noticed that the method Broker.getDestinations doesn't return temporary > destin

Re: ActiveMQ native API problem : Broker.getDestinations

2009-05-13 Thread ffrenchm
Is their anybody to confirm or invalidate my point please ? Thanks ffrenchm wrote: > > Could you tell me if it's needed to raise a JIRA for this problem ? > > Thanks > > > ffrenchm wrote: >> >> Hello, >> >> I noticed that the method Broker.getDestinations doesn't return temporary >> des

Re: ActiveMQ native API problem : Broker.getDestinations

2009-05-11 Thread ffrenchm
Could you tell me if it's needed to raise a JIRA for this problem ? Thanks ffrenchm wrote: > > Hello, > > I noticed that the method Broker.getDestinations doesn't return temporary > destination. I would like to know if it's a normal behavior. According to > the Javadoc I would say no : > >

ActiveMQ native API problem : Broker.getDestinations

2009-05-06 Thread ffrenchm
Hello, I noticed that the method Broker.getDestinations doesn't return temporary destination. I would like to know if it's a normal behavior. According to the Javadoc I would say no : /** * @return all destinations added to the Broker. * @throws Exception TODO */ ActiveMQ