active-mq 5.5 to active-mq 5.9 upgrade issue

2013-12-06 Thread prabumc...@gmail.com
Hi All, I have upgraded Active-mq version from 5.5 to 5.9 After upgrade i am seeing following error and warning in the log. 2013-12-06 08:55:32,308 | WARN | Store limit is 30720 mb, whilst the data direc tory: c:\usr\local\paul\data\boa\kahastore only has 2600 mb of usable space - resetting

Re: active-mq 5.5 to active-mq 5.8 upgrade issue

2013-09-04 Thread prabumc...@gmail.com
Camel i having code like this from(MESSAGING_TEST_CONSUMER_TYPE_SPECIFIC_QNAME).process(new MemosProcess(getContext().createProducerTemplate())) .end(); above code worked fine in active 5.5 but after upgrade into active 5.8 it not working Message getting hang in MESSAGING_TEST_CONSUMER_TYPE_SPEC

Re: active-mq 5.5 to active-mq 5.8 upgrade issue

2013-09-04 Thread prabumc...@gmail.com
Yes i am using camel. Before it worked fine,only issue after ugrade Regards Prabu.N On Wed, Sep 4, 2013 at 6:59 PM, ceposta [via ActiveMQ] < ml-node+s2283324n4671153...@n4.nabble.com> wrote: > how are you doing your routing? camel? > > > On Tue, Sep 3, 2013 at 10:44 PM, [hidden > email]

Re: active-mq 5.5 to active-mq 5.8 upgrade issue

2013-09-03 Thread prabumc...@gmail.com
More than one produce running in same machine deployed in jboss .So it created issue I have given unique name to the each producer above issue solved But i am getting new warning message in my broker and message routing too slow it taking so much time route messages from one queue to another queu

Re: active-mq 5.5 to active-mq 5.8 upgrade issue

2013-09-03 Thread prabumc...@gmail.com
Client is not normal application,appliation deployed in jboss configured broker informarion in broker_config.xml file. Pls suggest what changes I need to make avoid this error. messages not going broker due to above exception On Sep 3, 2013 11:33 PM, "ceposta [via ActiveMQ]" < ml-node+s2283324n46

active-mq 5.5 to active-mq 5.8 upgrade issue

2013-09-03 Thread prabumc...@gmail.com
After upgrading active-mq 5.5 to active-mq 5.8I have client application deployed in jboss it connect to external broker deployed in active-mq 5.8I am getting following exception in Broker.Not sure what is the issue and messages not reaching from jboss application to broker.(using failver i am conne

Invitation to connect on LinkedIn

2013-08-12 Thread prabumc...@gmail.com
LinkedIn ceposta, I'd like to add you to my professional network on LinkedIn. - prabu prabu narayanan Senior software engineer at Opus Software Solutions Chennai Area, India Confirm that you know prabu narayanan: https://www.linkedin.com/e/z2phzj-hk9cou9v-4s/isd/15702071024/7Ve4

Invitation to connect on LinkedIn

2013-08-12 Thread prabumc...@gmail.com
LinkedIn ceposta, I'd like to add you to my professional network on LinkedIn. - prabu prabu narayanan Senior software engineer at Opus Software Solutions Chennai Area, India Confirm that you know prabu narayanan: https://www.linkedin.com/e/z2phzj-hk9c954v-2j/isd/15702071024/7Ve4

Re: enableAudit="false" didn't work

2013-05-12 Thread prabumc...@gmail.com
Hi ceposta, I have few question. 1.Default enableAudit="true" for all the queues (Outbound queue,DLQ and ERQ) 2.If i set enableAudit="false" for DQL strategy,It create any risk in my messaging system. 3.Do i need to set enableAudit="false" for Outbound queue also. *Regards* Prabu.N On Fri,

enableAudit="false" didn't work

2013-05-09 Thread prabumc...@gmail.com
https://issues.apache.org/jira/browse/AMQ-3405Like above issue,I am facing in my messaging system.I have tried setting enableAudit="false" in activemq.xml like below.But after re-delivery messages from DLQ messages not coming into DLQ." producerFlowControl="false"

Not able redelivery all 500 messages from DLQ

2013-04-23 Thread prabumc...@gmail.com
I am using active-mq 5.5.1 In DLQ i am having 500 messages,i just redelivery messages into using active-mq api i used below code to redelivery 500 messages mbeanProxy.moveMessageTo Messages re-delivering into queue,But due to some reason messages coming back into DLQ again. This issue happ

Re: active mq 5.5 to 5.8 upgrade issue

2013-04-11 Thread prabumc...@gmail.com
objectname value is org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Queue,destinationName=DLQ.EventLogqueue Java code ~~ QueueViewMBean mbean = JMX.newMBeanProxy(con, name,QueueViewMBean.class, true); when i do mbean.getQueueSize() i am getting following

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
i want check system is slave or master. do we have any other way to find that using activee-mq 5.8 Please kindly suggest. -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665837.html Sent from the Act

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
sorry for last message correct URL https://issues.apache.org/jira/browse/AMQ-4330 -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665834.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
https://issues.apache.org/jira/browse/AMQ-433 -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-5-8-property-to-find-system-is-slave-or-master-tp4665830p4665833.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

active-mq 5.8 property to find system is slave or master

2013-04-10 Thread prabumc...@gmail.com
Hi all, I need small java program to find which system is currently master or slave? active-mq 5.5 had isslave property,But that is removed in 5.8. Not,sure which property i can use for to find system is master or slave. -- View this message in context: http://activemq.2283324.n

active mq 5.5 to 5.8 upgrade issue

2013-04-10 Thread prabumc...@gmail.com
Hi All, I am having web application to view messages in the messaging system which is running in active-mg 5.5. Last week we have upgrade apache active-mq from 5.5 to 5.8. due to this upgrade,We can't view queues/messages in my web application. I am using apache-mq-all-5.8.jar api to conn