Re: Q Consumers stop receiving messages

2009-12-16 Thread Diego Castorina
out as >> reported in >> http://jira.springframework.org/browse/SPR-5098? Has it something to >> do with >> prefetchLimit? Or is it more a combination of both ??? >> >> Please help :( >> -- >> View this message in context: >> http://old.nabble.com/

Re: Q Consumers stop receiving messages

2009-12-15 Thread Rob Davies
-Consumers-stop-receiving-messages-tp21438163p26795148.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Rob Davies http://twitter.com/rajdavies I work here: http://fusesource.com My Blog: http://rajdavies.blogspot.com/ I'm writing this: http://www.manning.com/snyder/

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
something to do with prefetchLimit? Or is it more a combination of both ??? Please help :( -- View this message in context: http://old.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p26795148.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
; >> >> > uri="${importer.jms.transportConnector.uri}"> >> >> >> >> Is there any workaround for timeout issue? >> >> Thanks for any tip >> -- >> View this m

Re: Q Consumers stop receiving messages

2009-12-15 Thread Rob Davies
any workaround for timeout issue? Thanks for any tip -- View this message in context: http://old.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p26792856.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Rob Davies http

Re: Q Consumers stop receiving messages

2009-12-15 Thread Diego Castorina
issue? Thanks for any tip -- View this message in context: http://old.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p26792856.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-07-23 Thread ciAnd7
ems very similar to a problem we are >> experiencing with the broker halting dispatch of messages to consumers >> that >> are ready and able to receive messages. > > --- > Bill Schuller, Service Foundations Engineering, Intuit Inc. > > > -- View this

Re: Q Consumers stop receiving messages

2009-05-04 Thread drunkenman
wControl="false", using TCP, a > pre-fetch size of 0 and I've also set sendFailIfNoSpace="true". > > Any ideas on what my problem is or how/where I look in ActiveMQ to find > the cause, or if the problem is with the consumer. > > TIA > Ian > > -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p23365503.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-05-04 Thread Norbert Pfistner
;. Any ideas on what my problem is or how/where I look in ActiveMQ to find the cause, or if the problem is with the consumer. TIA Ian -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21438163.html Sent from the ActiveMQ - User mailing list a

Re: Q Consumers stop receiving messages

2009-05-02 Thread shridharv
>>>>> com.xalert.server.queuing.SessionManager.getAlert(SessionManager.java:236) >>>>> >>>>> >>>>> If I look at the broker (and I'm not really sure what to look at >>>>> here), >>>>> the >>>>>

Re: Q Consumers stop receiving messages

2009-02-12 Thread sweetjonnie
and this was responsible for what appeared to be dead lock. -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21971637.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-02-09 Thread sweetjonnie
t. The call is made within the MessageListener's onMessage method. Thank you for your response. Sincerely, jonnie savell -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21919955.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-02-09 Thread Gary Tully
configuration.internalqueuing.properties > > > > class="org.apache.derby.jdbc.EmbeddedDataSource"> > > > > > >brokerName="localhost" > dataDirectory="${brokerdirectory}" &g

Re: Q Consumers stop receiving messages

2009-02-07 Thread sweetjonnie
-- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21895847.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-02-05 Thread Jim Gomes
Hi Bill, Thanks for the tips and suggestions. I'll take a look at giving them a try. Right now our data store is the default Kaha data store. I had wondered if switching to some other data store might improve things. - Jim On Thu, Feb 5, 2009 at 4:41 AM, Bill Schuller wrote: > We ran into a

Re: Q Consumers stop receiving messages

2009-02-05 Thread Bill Schuller
We ran into a similar problem with one of our ActiveMQ implementations. My theory was that messages were being paged out of memory and the consumers were consuming faster than the dispatch queue could be re-filled. We made a plethora of changes all at once, but here was the tact I took: 1. Faster

Re: Q Consumers stop receiving messages

2009-01-30 Thread Jim Gomes
t; >> any messages get skipped. ALthough that doesn't help find the cause. > > > > I'm just curious, instead of using the synchronous methods have you > > considered using the asynchronous API by implementing a > > MessageListener? > > >

Re: Q Consumers stop receiving messages

2009-01-13 Thread IBeaumont
t; > Bruce > -- > perl -e 'print > unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E );' > > Apache ActiveMQ - http://activemq.org/ > Apache Camel - http://activemq.org/camel/ > Apache ServiceMix - http://servicemix.org/ > > Blog: http://bruceblog.org/ > > -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21443338.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-01-13 Thread Bruce Snyder
On Tue, Jan 13, 2009 at 12:35 PM, IBeaumont wrote: > > I'm sending a mixture of persistent and non persistent messages. > > I have seen a negative queue count before so will look at the trunk. > > Can't see anything unusal in JConsole, but I have just downlaoded the source > and in the ActiveMQMes

Re: Q Consumers stop receiving messages

2009-01-13 Thread IBeaumont
//csPIQ >>>> State: WAITING on >>>> java.util.concurrent.locks.abstractqueuedsynchronizer$conditionobj...@b0a518 >>>> Total blocked: 2,365 Total waited: 6,717 >>>> >>>> Stack trace: >>>> sun.misc.Unsafe.park(Native Method) >>>> jav

Re: Q Consumers stop receiving messages

2009-01-13 Thread Gary Tully
s.LockSupport.park(Unknown Source) >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown >>> Source) >>> java.util.concurrent.LinkedBlockingQueue.take(Unknown Source) >>> java.util.concurrent.ThreadPoolExecutor

Re: Q Consumers stop receiving messages

2009-01-13 Thread IBeaumont
xecutor.getTask(Unknown Source) >> java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) >> java.lang.Thread.run(Unknown Source) >> >> The broker is configured with producerFlowControl="false", using TCP, a >> pre-fetch size of 0 and I

Re: Q Consumers stop receiving messages

2009-01-13 Thread Gary Tully
lang.Thread.run(Unknown Source) > > The broker is configured with producerFlowControl="false", using TCP, a > pre-fetch size of 0 and I've also set sendFailIfNoSpace="true". > > Any ideas on what my problem is or how/where I look in ActiveMQ to find the > cau

Re: Q Consumers stop receiving messages

2009-01-13 Thread IBeaumont
e in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21438570.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Q Consumers stop receiving messages

2009-01-13 Thread James Strachan
="true". > > Any ideas on what my problem is or how/where I look in ActiveMQ to find the > cause, or if the problem is with the consumer. > > TIA > Ian > > -- > View this message in context: > http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21438163.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- James --- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/

Q Consumers stop receiving messages

2009-01-13 Thread IBeaumont
-fetch size of 0 and I've also set sendFailIfNoSpace="true". Any ideas on what my problem is or how/where I look in ActiveMQ to find the cause, or if the problem is with the consumer. TIA Ian -- View this message in context: http://www.nabble.com/Q-Consumers-stop-receiving-messages