Embedded broker, non-persistent messages and store based cursor

2012-03-09 Thread colomb
We are using an embedded broker producing non persistent messages. The producer is quite fast and the consumers are usually able to keep up. Sometimes, a consumer may slow down, and we would like to try ensure that the producer isn't told to slow down if the broker fills up with messages. \http:

Re: Network connector via SSL

2012-03-09 Thread Chris Robison
Never mind. Found this document: http://activemq.apache.org/certificateunknown.html. Everything works now. On Fri, Mar 9, 2012 at 6:10 PM, Chris Robison wrote: > The other broker is reporting the following: Received fatal alert: > certificate_unknown. > > > On Fri, Mar 9, 2012 at 6:08 PM, Chris R

Re: Network connector via SSL

2012-03-09 Thread Chris Robison
The other broker is reporting the following: Received fatal alert: certificate_unknown. On Fri, Mar 9, 2012 at 6:08 PM, Chris Robison wrote: > I'm trying create a network of brokers between just two brokers using ssl. > It is having problems telling me "No X509TrustManager implementation > availa

Network connector via SSL

2012-03-09 Thread Chris Robison
I'm trying create a network of brokers between just two brokers using ssl. It is having problems telling me "No X509TrustManager implementation available." Any suggestions? Chris

Re: Can non-persistent messages sent via topics use temp storage?

2012-03-09 Thread Gary Tully
look a the other test in there that uses a topic for inspiration, those consumers are using the temp store for their pending messages. org.apache.activemq.bugs.TempStorageBlockedBrokerTest#testRunProducerWithHungConsumer the testFillTempAndConsume does not have a consumer, so the topic variant jus

Re: url for my queues for my partners

2012-03-09 Thread fachhoch
I am getting this error trying to http tunneling this is happening becasue I have jetty-env.xml (for my datasources) which will be used by jetty maven plugin but httptunneling has jetty dependency and I am getting this error. -- View this message in context: http://activemq.2283324.

Can non-persistent messages sent via topics use temp storage?

2012-03-09 Thread Mark Anderson
I am having problems trying to get non-persistent messages sent via a topic to use temp storage when the memory usage limit is reached. In my search for a solution I found a reference to the following unit test as an example of how to configure ActiveMQ to use temp storage for non-persistent messa

Re: AMQ AjaxServlet - Servlet AjaxServlet is not available

2012-03-09 Thread yuribit
I solved this problem adding this dependency to my pom: org.eclipse.jetty.aggregate jetty-all-server 8.1.1.v20120215 Maybe we can add this dependency to the user guide (http://activemq.apache.org/ajax.html) cause it doesn't work on TomCat servers. regards, Yuri -- Vi

CamelOne 2012 Conference

2012-03-09 Thread Claus Ibsen
Hi I just wanted to let everyone know that CamelOne is happening May 15-16 in Boston. CamelOne is an event developed to bring users and developers of Apache Camel, ActiveMQ, ServiceMix and CXF together. Last year it was a really great event. I will definitely be there. There is also training of

[HELP] How to make persistent Topic after activemq server restart?

2012-03-09 Thread liny
Hi, Sorry~I searched forum but still can't not make things work. Now what I can do is when activemq server started, I sent a topic message, new client can receive last one message because "lastImageSubscriptionRecoveryPolicy" and "topic://OTD.METRICS?consumer.retroactive=true". What I can NOT do n

ConcurrentConsumers and ExclusiveConsumers

2012-03-09 Thread Hervé BARRAULT
Hi, I have seen two different interesting options in activemq which are : For a destination [activemq] : consumer.exclusive=true For a consumer [camel-activemq]: concurrentConsumers=XX Is it possible to mix these two options. The idea behind is simple. I have a Broker on 1 JVM. And 2 JVM