ActiveMQXAConnectionFactory does not respect various parameters for redelivery policy

2011-04-20 Thread jaskirat singh
I tried to add these following parameters to my redelivery policy and * activeMQ* is not respecting any of them except maximumRedelivery I have filled a jira for this issue too, if someone knows a quick workaround, my major concern is to use redeliveryDelay *attribute* with maximumRedeliv

Getting Usage Manager Memory Limit reached message on the topic

2011-04-20 Thread manua
HI, I have a topic on which millions of messages are published and there was no subscriber on that, till that time it was working fine. I put a subscriber on that, read some messages and subscriber was killed. After some time, I got Usage Manager Memory Limit message and the system crashes. In th

Consumer on a topic dies, after ti leaves the current thread

2011-04-20 Thread manua
HI, I am writing a dll which caters requests from a topic. There is a consumer, listening on a topic. When a new requests come another function is called and the response is served. But, once the control leaves the dll and go back to the application, consumer dies off.I want the consumer to keep o

Re: ActiveMQ 5.5.0 osgi features requires spring-dm 1.2.0, does not work with 1.2.1?

2011-04-20 Thread Gary Tully
for 2.2 you need to use the default features url: mvn:org.apache.activemq/activemq-karaf/5.5.0/xml/features the -2.1 is for karaf 2.1, see: http://activemq.apache.org/osgi-integration.html On 20 April 2011 12:04, Daniele Dellafiore wrote: > Hi. > > On a fresh Karaf 2.2.0 I installed the follow

sending UTF8 messages using the ActiveMQ Console

2011-04-20 Thread Rolf
Sending a Message Body to a queue that has some special characters i get a stacktrace in the activemq log: java.lang.IllegalArgumentException: !utf8 at org.eclipse.jetty.util.Utf8StringBuilder.append(Utf8StringBuilder.java:119) at org.eclipse.jetty.util.UrlEncoded.decodeUtf8To(UrlE

ActiveMQ 5.5.0 osgi features requires spring-dm 1.2.0, does not work with 1.2.1?

2011-04-20 Thread Daniele Dellafiore
Hi. On a fresh Karaf 2.2.0 I installed the following features: obr, war, webconsole, spring-dm then after a features:addurl mvn:org.apache.activemq/activemq-karaf/5.5.0/xml/features-2.1 I tried: features:install activemq-spring and I get: Error executing command: No feature named 'spring-dm' wit