Active MQ, Only one of many MessageListeners stuck while reading still causes queue to grow

2016-03-04 Thread mathias
ActiveMQ version 5.10.2 I have a weird behavior on an ActiveMQ queue i can't understand. Not super-good at ActiveMQ so i'm hoping that someone can help out. I have a queue, configured in tomcat. I have a MessageListener configured through Spring with 3 instances. They basically do an HTTP request

Re: Duplicate brokers created in Tomcat

2010-10-20 Thread mathias
Quick update on this issue: I did one change. In my webapp that is to be the consuming end of the queue im trying to set up, i changed the URL to the broker to: vm://nubaBroker?brokerConfig=xbean:file:/karpet/conf/activemq.xml&create=false this of course resulted in that i could see errors that

Re: Duplicate brokers created in Tomcat

2010-10-20 Thread mathias
Yeah saw that too, sorry. I basically pasted the wrong info, i did have two brokers in the log at one point, one with nuba#0 and another called nuba#1 with the same URL. I have however come past that. I had at one point full connectivity in the VM between my two webapps, both picking up the same

Duplicate brokers created in Tomcat

2010-10-20 Thread mathias
Hello, would very much appreciate help with my config issue with ActiveMQ5.4.1 on Tomcat. I have a broker and a queue set up in my global context, which i then expose to my webapp with resource-ref tags. However, the first time i try and create a connection, there are TWO brokers created and t

Re: can't get tomcat to pick up activemq.xml and store.dir!

2010-10-15 Thread mathias
One small mistake in the pasting of the config: the broker "name" is different in activemq.xml and the connectionfactory config in my post, but in my files they are using the same name! -- View this message in context: http://activemq.2283324.n4.nabble.com/can-t-get-tomcat-to-pick-up-activemq-x

can't get tomcat to pick up activemq.xml and store.dir!

2010-10-15 Thread mathias
Hi, i am trying my best to get 2 webapps to communicate over activeMQ5.4.1 JMS on Tomcat 6 on osx. GOAL: I am trying to install a "global" broker in tomcat that both webapps will use, and have a "global" activemq.xml that sets that broker up. All activeMQ processing should use that broker. PRO