Re: Some issue with Apollo MQ ACK where message does not get deleted.

2013-08-04 Thread Claudio Corsi
Did you ack that you received the message?   You've set your ack condition to be perform by the client which require that you acknowledge that you've received the message. > > From: Namrata Patel >To: users@activemq.apache.org >Sent: Sunday, August 4, 2013 12:0

Re: ActiveMQ Network Of Brokers

2013-07-15 Thread Claudio Corsi
You are not limited to tcp for your network of brokers configurations.   You can use any of the defined protocols that are implemented by ActiveMQ. Take a look at the following link http://activemq.apache.org/networks-of-brokers.html It describes how to setup a network of brokers for Activemq. b

Re: How to delete all queues and topics programmatically without using any JMX?

2012-12-18 Thread Claudio Corsi
If you intend to delete destinations that have no entries, inactive,  then you can use the inactive destination policy that is part of the policy entry in the policy map. Here is a link: http://activemq.apache.org/delete-inactive-destinations.html > > From:

Re: 3 queues

2012-12-17 Thread Claudio Corsi
You might want to use the concept of virtual destinations with an embedded composite destination. Look at:  http://activemq.apache.org/virtual-destinations.html > > From: rischfre >To: users@activemq.apache.org >Sent: Sunday, December 16, 2012 2:33 PM >Subjec

Re: SSL: could not load resource

2012-12-14 Thread Claudio Corsi
rt Schimmel >To: 'Claudio Corsi' >Sent: Thursday, December 13, 2012 4:28 AM >Subject: RE: SSL: could not load resource > > > >Hi Claudio, >  >It works - many thanks ! >  >Btw - both the broker and this ssl-client display ‘1000’ when starting - >harmle

Re: SSL: could not load resource

2012-12-12 Thread Claudio Corsi
I have created a patch for this issue and added it to the issue that you mentioned in this email.  The fix allows you to pass a store that is not a valid classpath entry or url string. > > From: Geurt Schimmel >To: "users@activemq.apache.org&quo

Fw: SSL: could not load resource

2012-12-12 Thread Claudio Corsi
Forwarding to user list... - Forwarded Message - >From: Claudio Corsi >To: Geurt Schimmel >Sent: Wednesday, December 12, 2012 1:37 PM >Subject: Re: SSL: could not load resource > > >Oh, I completely misunderstood what you were having problems with.  I had >

Re: SSL: could not load resource

2012-12-11 Thread Claudio Corsi
scramble the password and then pass the key using an environment variable. I do not know how this is done off the top my head but can look for a reference. > > From: Geurt Schimmel >To: "users@activemq.apache.org" ; 'Claudio Corsi' &

Re: SSL: could not load resource

2012-12-11 Thread Claudio Corsi
Did you try to use the sslContext element to set your store information withint he broker configuration file? Here is a link http://activemq.apache.org/how-do-i-use-ssl.html. > > From: Geurt Schimmel >To: "users@activemq.apache.org" >Sent: Tuesday, December 1

Re: Weblogic cluster

2012-12-10 Thread Claudio Corsi
Hi Bill, You need to insure that the working directory that you are storing you broker data is different for each embedded broker.   --Claudio > > From: "Masters, Bill" >To: "users@activemq.apache.org" >Sent: Monday, December 10, 2012 10:19 AM >Subject: Webl

Re: 5.5.1 ActiveMQ freezes, why ?

2012-09-12 Thread Claudio Corsi
Oleg, You can change the default value of 2000 by adding the broker.asyncQueueDepth parameter to your vm transport definition.  In your case, you would need to include the definition of the vm transport as part of your activemq configuration file.  Take a look at the following web page.  http

Re: ActiveMQ has too many dependencies?

2012-08-27 Thread Claudio Corsi
Sebastien, I do not know if you know that you could around this issue by using the exclusion option at http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html. --Claudio > > From: Sébastien Lorber >To: users@activemq

Re: NIO+SSL How retrieve the SSL session certificate?

2012-08-27 Thread Claudio Corsi
Francesco, This is a bug and you should create a jira issue for this so that it can get fixed. --Claudio > > From: Francesco Romano >To: users@activemq.apache.org >Sent: Monday, August 27, 2012 2:40 AM >Subject: Re: NIO+SSL How retrieve the SSL session certif

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-05 Thread Claudio Corsi
that includes the listerner element.  --Claudio > > From: Daoud Abdelmonem Faleh >To: users@activemq.apache.org; Claudio Corsi >Sent: Monday, December 5, 2011 9:50 AM >Subject: Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ >

Re: [newbie] can't get brokers on two computers to connect

2011-12-04 Thread Claudio Corsi
Have you tried to use the hostname instead of the ip address? > > From: Curtis Bradley >To: users@activemq.apache.org >Sent: Sunday, December 4, 2011 9:52 PM >Subject: Re: [newbie] can't get brokers on two computers to connect > >I did as you suggested.  My Lin

Re: Multiple war in Tomcat 7 using a shared embedded ActiveMQ

2011-12-04 Thread Claudio Corsi
Hi Dysan, I am not a tomcat expert but just looking at the server.xml file.  There is the concept of a listener that you might want to consider as a way to start/stop the activemq broker. Here is a pointer to the javadoc. http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/Lifecycl

Re: failover invalid connect parameters

2011-10-24 Thread Claudio Corsi
I think you can also replace tcp.keepAlive=true with transport.keepAlive. --Claudio > >From: qt4x11 >To: users@activemq.apache.org >Sent: Friday, October 21, 2011 12:42 PM >Subject: Re: failover invalid connect parameters > >Worked like a charm!  Thank you! > >

Re: Advisory when nearly full?

2011-09-19 Thread Claudio Corsi
Laures, You should use the statistic plugin. Look at the following link:  http://activemq.apache.org/statisticsplugin.html --Claudio > >From: Laures >To: users@activemq.apache.org >Sent: Monday, September 19, 2011 1:28 PM >Subject: Advisory when nearly full?

Re: selectively enabling ProducerFlowControl

2011-09-17 Thread Claudio Corsi
Yes, it will disable the produce flow control for those queues that start with the foo.bar pattern.  If you add another pattern like foo.bar.more.> with producer flow control set to true then those queues that start with this prefix will have producer flow control enabled. You can confirm this

Re: JNDI lookup problem from standalone VM

2011-03-28 Thread Claudio Corsi
You need to include a jndi service provider. With ActiveMQ you can follow these instructions: http://activemq.apache.org/jndi-support.html From: sonicfab To: users@activemq.apache.org Sent: Fri, March 25, 2011 8:11:32 PM Subject: JNDI lookup problem from st