ActiveMQ 5.3 release and activemq-protobuf

2009-09-21 Thread ffrenchm
Hello, I noticed that the ActiveMQ 5.3 release is done. So I checkouted the 5.3 tag and tried to compil it. The problem is that maven doesn't find the activemq-protobuf-1.0.pom file in https://repository.apache.org/content/repositories/snapshots/ which is normal since there is only

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

Re: activeMQ 5.3-SNAPSHOT org.apache.commons.net.ftp v2

2009-08-21 Thread ffrenchm
Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Aug 19, 2009 at 6:38 PM, ffrenchm ffrench.mathi...@gmail.comwrote: Ok I find it on my .m2/repository/commons-net

Re: activeMQ 5.3-SNAPSHOT org.apache.commons.net.ftp v2

2009-08-21 Thread ffrenchm
folder Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Aug 19, 2009 at 6:38 PM, ffrenchm ffrench.mathi...@gmail.comwrote: Ok I find it on my .m2/repository/commons

ActiveMQ JMS client in Felix and ObjectMessage with serliazed class throw exception when receiving this message

2009-08-21 Thread ffrenchm
Hello, I discovered a new problem when I try to receive a JMS ObjectMessage under felix environment. To help you to understand my point I make a OSGI sample in which I define two commands to execute on the felix shell: send_obj_msg queuer_address queuer_port queue and receive_obj_msg

Re: activeMQ 5.3-SNAPSHOT org.apache.commons.net.ftp v2

2009-08-20 Thread ffrenchm
Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Aug 19, 2009 at 6:38 PM, ffrenchm ffrench.mathi...@gmail.comwrote: Ok I find it on my .m2/repository/commons-net

activeMQ 5.3-SNAPSHOT org.apache.commons.net.ftp v2

2009-08-19 Thread ffrenchm
Hello, your last update (r800235) on ActiveMQ add a new bundle dependency on org.apache.commons.net.ftp v2. The problem is that I don't find this bundle in the OSGI Alliance Repository (there is only the v1.4 here). Could anyone tell me were I can find this bundle ??? Thanks for all -- View

Re: ActiveMQ native API problem : BrokerService.stop BrokerService.start(true)

2009-05-28 Thread ffrenchm
/%3c36e91d9d0905110857gf224b1dx3abdfdb2ce256...@mail.gmail.com%3e The solution can be found here: http://cwiki.apache.org/confluence/display/ACTIVEMQ/How+do+I+restart+embedded+broker Regards, Ruben On Tue, May 12, 2009 at 9:06 AM, ffrenchm ffrench.mathi...@gmail.comwrote: Hello, I'm looking to the ActiveMQ

Re: Get an exception when running embedded ActiveMQ with TransportConnector activation on Felix

2009-05-28 Thread ffrenchm
)... ++ Andreas Gies-3 wrote: hmmm maybe its the stupid question of the day, but why don't yo use the servicemix 4 kernel and load the active mq feature into it ? Best regards Andreas On Apr 8, 2009, at 2:53 PM, ffrenchm wrote: Hello, first of all I must say that the bellow

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

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 */

Re: removing queue message store when removing non temporary queue

2009-04-21 Thread ffrenchm
for is just not implemented. Best regards Andreas On Apr 20, 2009, at 5:14 PM, ffrenchm wrote: Is this a bug or a misunderstanding ? Do I need to raise a JIRA ? Thanks ffrenchm wrote: Hello, I'm trying to implement a method to remove queue which will check if the queue has

Re: removing queue message store when removing non temporary queue

2009-04-21 Thread ffrenchm
On Apr 21, 2009, at 1:24 PM, ffrenchm wrote: Hello, I've checkout the source from 5.2.0 tag : http://svn.apache.org/repos/asf/activemq/tags/activemq-5.2.0/ With this tags there is no PersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination

Re: removing queue message store when removing non temporary queue

2009-04-20 Thread ffrenchm
Is this a bug or a misunderstanding ? Do I need to raise a JIRA ? Thanks ffrenchm wrote: Hello, I'm trying to implement a method to remove queue which will check if the queue has message on it : if yes I throw an exception else I remove the queue thanks BrokerService.removeDestination

removing queue message store when removing non temporary queue

2009-04-17 Thread ffrenchm
Hello, I'm trying to implement a method to remove queue which will check if the queue has message on it : if yes I throw an exception else I remove the queue thanks BrokerService.removeDestination. The problem I have is that the message store of my non temporary queue is not removed from my AMQ

Get an exception when running embedded ActiveMQ with TransportConnector activation on Felix

2009-04-08 Thread ffrenchm
Hello, first of all I must say that the bellow test has been realized successfully without Felix. Bellow some log to show you the minimalist configuration of my embedded ActiveMQ. INFO Broker- Starting Broker INFO BrokerService - Using Persistence Adapter:

Re: Get an exception when running embedded ActiveMQ with TransportConnector activation on Felix

2009-04-08 Thread ffrenchm
What means its the stupid question of the day ? I've the impression this answer will not help :'( About your question on servicemix 4 kernel and to be quick : ask my boss ;) ++ Andreas Gies-3 wrote: hmmm maybe its the stupid question of the day, but why don't yo use the

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
but it already import the package org.springframework.beans.factory so I do not understand well from where could come the problem... Do I miss something ? Thanks. gnodet wrote: On Fri, Apr 3, 2009 at 10:47, ffrenchm ffrench.mathi...@gmail.com wrote: Hello, I've some questions about ActiveMQ

Re: embedding ActiveMQ thanks activemq.xml without starting

2009-04-07 Thread ffrenchm
configuration file? There are some alternatives that may help: see: http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html 2009/4/6 ffrenchm ffrench.mathi...@gmail.com Hello, I'm trying to embed ActiveMQ thanks this method call: broker = BrokerFactory.createBroker(new URI

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
] xbean-classloader (3.5) [ 12] [Active ] [1] xbean-spring (3.5) [ 13] [Active ] [1] activemq-core (5.2.0) [ 14] [Active ] [1] broker (0.0.1) [ 15] [Active ] [1] broker-service (0.0.1) Thanks for all... ffrenchm wrote: Hello, I've a problem between activemq

embedding ActiveMQ thanks activemq.xml without starting

2009-04-06 Thread ffrenchm
Hello, I'm trying to embed ActiveMQ thanks this method call: broker = BrokerFactory.createBroker(new URI(xbean:file:+conffile_), false); As far I can understand by setting the boolean startBroker to false it should not start the broker until I expressly implement the broker.start() method but

Re: ActiveMQ flow control and JMS

2009-04-03 Thread ffrenchm
Hello, Andreas Gies-3 wrote: Hi there, as for the first question. AFAIK the methods you mention just send advisory messages that you could monitor for the moment. I could imagine you could use the method hooks for implementing a broker plugin that automatically disconnects slow

ActiveMQ + OSGI

2009-04-03 Thread ffrenchm
Hello, I've some questions about ActiveMQ and OSGI. As far as I know, there is two activemq jar bundlised : activemq-core and activemq-pool. Is there any others ActiveMQ bundlised jars today ? The other question I've is about the activemq bundleisation methodology. I already see that you use

ActiveMQ flow control and JMS

2009-04-02 Thread ffrenchm
Hello, I would like to get some details on how can work the flow control through JMS. For example I see there is thow methods in the BasicDestination class which are theorically called by the broker to slow down the producer (fastProducer) or speed up the consumer (slowConsumer). The problem