Re: Activemq with REST

2011-04-18 Thread dead_devil_66
hmmm ok Dejan :) I will take a look on the source Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-with-REST-tp3454417p3458880.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Strange behavior for persisted & not consumed & redelivered messages – activemq 5.5.0

2011-04-18 Thread marius
Hi, I have configured ActiveMQ 5.5.0, Spring 3 and Tomcat 5.x to redeliver persisted messages every 5 mins. Everything works fine, except the case when I restart Tomcat and there are still messages which need to be consumed. Please consider the following test scenario: - 15 messages are sent to t

Re: No Errors at ActiveMQ-CPP client for wrong credentials.

2011-04-18 Thread Timothy Bish
On Mon, 2011-04-18 at 14:31 +0100, Suneel Papineni wrote: > Hi, > > > > I am using ActiveMQ-CPP 3.2.5 and ActiveMQ 5.5. An application is > designed using this and is connected successfully with correct > credentials. When I pass wrong credentials, I didn't receive any error > message at client

Stomp Temp Queues

2011-04-18 Thread Condotta
I'm using Stomp from a Java client. I'm doing this because I need something lighter than JMS as I am running on mobile devices. I want to implement a response reply setup using temporary queues. It's sort of working but the trouble is I'm not quite sure how it does. I know the Stomp protocol doe

How to catch javax.jms.InvalidClientIDException from AMQ

2011-04-18 Thread teapot
Hi: I am using ActiveMQ 5.4.2. I used spring bean to configure ActiveMQ broker and run the application on Tomcat. Is there any way to plug in an exception handler for javax.jms.InvalidClientIDException from the broker? The handler is to deal with the exception the broker output to the Tomcat serve

ActiveMQ Connection Dispatcher thread

2011-04-18 Thread Simon-Pierre LeBel
Hi, I'm having some issues with ActiveMQ Connection Dispatcher threads. Whenever I get an InactivityIOException the thread goes into the Waiting state and a new thread is started. == activemq.log == 2011-04-18 10:15:31,244 | ERROR | Could not accept connection : org.apache.activemq.transport.Inac

No Errors at ActiveMQ-CPP client for wrong credentials.

2011-04-18 Thread Suneel Papineni
Hi, I am using ActiveMQ-CPP 3.2.5 and ActiveMQ 5.5. An application is designed using this and is connected successfully with correct credentials. When I pass wrong credentials, I didn't receive any error message at client-side. Only at ActiveMQ logs, it is shown as a warning. "WARN | Failed

Re: Activemq with REST

2011-04-18 Thread Dejan Bosanac
Hi, there's no more documentation than you can find on http://activemq.apache.org/rest.html and http://activemq.apache.org/web-samples.html pages. Every contribution is more than welcomed. If you want to dig deeper into the subject, I'd suggest checking out the source http://activemq.apache.or