Re: Concerns about ActiveMQ implementation over the WAN

2012-09-28 Thread kmansari
Valid arguments, and well taken! I think I like the idea of the REST interfaces more now than I did earlier, especially because of the benefits of "remote governance" that it makes possible. I am definitely going to sleep over it some more, and in the meantime, I hope to hear from others that migh

How to set the ActiveMQ redeliveryPolicy on a queue?

2012-09-28 Thread redsdh
hi, How to set the ActiveMQ redelivery policy in spring3 configuration ? I have read http://activemq.apache.org/redelivery-policy.html, but can not find the example. I searched a answer from stackoverflow, http://stackoverflow.com/questions/5333078/how-to-set-the-activemq-redeliverypolicy-o

Re: Create Queue and sample messages in 4.x version

2012-09-28 Thread VJ_2523
We were able to install a third party web console called HERMES JMS and we are now able to monitor the activity on the ActiveMQ JMS server version 4.1.2 with this tool. Thanks Claus for your help. Regards, Vijay -- View this message in context: http://activemq.2283324.n4.nabble.com/Create-

Re: Broker stuck showing error messages in log

2012-09-28 Thread pollotek
I was using GlusterFS to keep my master/slave shared file system in sync. When embedded broker clients disconnected from the stand alone broker somehow the indexes were getting corrupted and maybe some data files too. I tried the same test several times without Gluster keeping a single master bro

ActiveMQ message groups ConcurrentModificationException

2012-09-28 Thread boday
I'm using AMQ message groups with AMQ 5.5.0-fuse-00-27 with Kahadb persistent messaging and periodically see this WARN in the logs. I don't see any specific errors that result from this, but am wondering what the side effects of this are, etc. My consumer is a Camel (2.7.1-fuse-00-27) route with m

unable to get dequeued message from queue using java

2012-09-28 Thread agarwalishant
Hello Everyone, I am using activemq where my publisher class used queue for sending persistent messages and consumer class used to dequeued mesages from the selected queue, below given code which I am suing for the same:- Now when i first run my publisher class it sends message and then when

Re: ApacheNMS: How to "Open" a closed connection?

2012-09-28 Thread Jim Gomes
Hi Philip, What version of Apache.NMS and Apache.NMS.ActiveMQ do you have? What version of the broker are you connecting to? Might be helpful to turn on the debug NMS logging. The client id is arbitrary, and can be anything you want. My personal convention is to use a combination of the host nam

activemq reading problem

2012-09-28 Thread PLANAMENTE Michael EXT-OD
Hi all, my environment: servicemix 4.3.1 fuse 02-05 java 1.6.0_07 camel 2.6 fuse 02-05 activemq 5.4.2.fuse-04-05 I've a strange problem: I have a single monothreadded camel route using camel activemq component to consume messages from a AMQ queue. case 1: consumer is stopped, the queue is fi

Re: Delay in Message Dispatch to Consumer

2012-09-28 Thread Gary Tully
Can you verify that there is a 20 minute difference between the values of the message properties: JMSActiveMQBrokerInTime JMSActiveMQBrokerOutTime Is this reproducible? On 28 September 2012 08:09, himanshu_s83 wrote: > Yes, clocks are perfectly in sync between brokers and consumers. Both use

Problem expired messages for durable consumers in 5.6

2012-09-28 Thread Oscar Pernas
Hi all, I have several durable consumers that could be disconnected some time. I have a high traffic load, so if there are one or more durable consumers disconnected, Im running into a java heap error (no space). I'm sending messages with timeToLive property to 6 ms (sets in the message), and