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

2013-09-04 Thread Christian Posta
I've answered you on the Camel list.. On Wed, Sep 4, 2013 at 10:42 AM, prabumc...@gmail.com wrote: > Camel i having code like this > > from(MESSAGING_TEST_CONSUMER_TYPE_SPECIFIC_QNAME).process(new > MemosProcess(getContext().createProducerTemplate())) > .end(); > > above code worked fine in

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
tianposta > http://www.christianposta.com/blog > > > -------------- > If you reply to this email, your message will be added to the discussion > below: > > http://activemq.2283324.n4.nabble.com/active-mq-5-5-to-active-mq-5-8-upgrade-issue-tp4671082p4671153.html

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

2013-09-04 Thread Christian Posta
how are you doing your routing? camel? On Tue, Sep 3, 2013 at 10:44 PM, prabumc...@gmail.com wrote: > 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 messa

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 Christian Posta
gt; > > > > > > > > -- > > *Christian Posta* > > http://www.christianposta.com/blog > > twitter: @christianposta > > http://www.christianposta.com/blog > > > > > > -- > > If you reply

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

2013-09-03 Thread prabumc...@gmail.com
g > > > ---------------------- > If you reply to this email, your message will be added to the discussion > below: > > http://activemq.2283324.n4.nabble.com/active-mq-5-5-to-active-mq-5-8-upgrade-issue-tp4671082p4671083.html > To unsubscribe from active-mq 5.5

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

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

2013-09-03 Thread Christian Posta
does your client call connection.start()? Maybe you can up the logs to debug and post (pastebin) what it spits out on broker side. On Tue, Sep 3, 2013 at 10:51 AM, prabumc...@gmail.com wrote: > After upgrading active-mq 5.5 to active-mq 5.8I have client application > deployed in jboss it connect