Re: Inactivity monitor exception is closing connection.

2008-02-10 Thread Rob Davies
Could you try a snaphot of ActiveMQ 5.1 ? thanks, Rob On Feb 11, 2008, at 2:40 AM, lurker wrote: I'm programming some kind of messaging program that sends messages in sparse frequency using activeMQ. I got exceptions like following and connection between client and activeMQ server is c

Inactivity monitor exception is closing connection.

2008-02-10 Thread lurker
I'm programming some kind of messaging program that sends messages in sparse frequency using activeMQ. I got exceptions like following and connection between client and activeMQ server is closed. -- 11:20:24,202 DEBUG [InactivityMonitor] Message sent since last write check, resetting flag

Problems with activemq on OS X 10.5.1

2008-02-10 Thread Gordon Heydon
I keep on getting a java.lang.NullPointerException at org.apache.activemq.network.DemandForwardingBridgeSupport.configureMessage(DemandForwardingBridgeSupport.java:545) and then INFO DemandForwardingBridge- Network connection between vm://localhost#562 and tcp://lpdev.au.lpint.net/10.6

Re: Sent + Pending should equal Received, no?

2008-02-10 Thread Jason Rosenberg
Further investigation reveals, that the message id's that it is complaining about not being able to recover, are actually waiting now successfully in another queue That is, my application submits 12 messages to queue1, then a consumer consumes those messages and processes them, and sends them

Re: Sent + Pending should equal Received, no?

2008-02-10 Thread Jason Rosenberg
Ok, I enabled DEBUG logging on the broker, and now I see this on restart: 2008-02-10 03:52:43,645 [127.0.0.1:64511] DEBUG RecoveryListenerAdapter - Message id ID:szjrosenberg-mbp17.local-64382-1202633445267-0:22:1:1:1 could not be recovered from the data store - already dispatched In fac