[jira] Assigned: (AMQ-2563) Memory Leak in DefaultJDBCAdapter

2010-02-02 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac reassigned AMQ-2563: -- Assignee: Dejan Bosanac Memory Leak in DefaultJDBCAdapter

Hudson build is back to stable: A ctiveMQ-5.3 » ActiveMQ :: Core #35

2010-02-02 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-core/35/changes

Hudson build became unstable: Acti veMQ-5.3 » ActiveMQ :: Optional #35

2010-02-02 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/org.apache.activemq$activemq-optional/35/

Build failed in Hudson: ActiveMQ-5.3 #35

2010-02-02 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ActiveMQ-5.3/35/changes Changes: [gtully] merge -c 833435 https://svn.apache.org/repos/asf/activemq/trunk - resolve intermittent failure of DiscoveryNetworkReconnectTest due to network timing issues [gtully] merge -c 905432

Creating a stomp consumer clears the queue of existing messages

2010-02-02 Thread ilank
Hi! I'm using Stomp 1.0 and ActiveMQ C++ client 3.0.1 (Windows XP, MS dev studio 2005) to read text messages sent to JMS in JBoss. I'm using the sample code provided in Stomp to connect and I find that if the queue contains messages, as soon as I create the consumer, they are all gone. I use JMX

[jira] Assigned: (AMQ-2196) InactivityMonitor Issues

2010-02-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQ-2196: - Assignee: Timothy Bish InactivityMonitor Issues

[jira] Created: (AMQ-2591) The ability to disable wildcards on a topic.

2010-02-02 Thread adam i (JIRA)
The ability to disable wildcards on a topic. Key: AMQ-2591 URL: https://issues.apache.org/activemq/browse/AMQ-2591 Project: ActiveMQ Issue Type: Improvement Components: Broker, JMS

[jira] Commented: (AMQ-2196) InactivityMonitor Issues

2010-02-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=57314#action_57314 ] Timothy Bish commented on AMQ-2196: --- The current version of ActiveMQ-CPP will send the

[jira] Resolved: (AMQ-2196) InactivityMonitor Issues

2010-02-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-2196. --- Resolution: Fixed Fix Version/s: 5.3.1 Added a configuration option to the inactivity

Re: Creating a stomp consumer clears the queue of existing messages

2010-02-02 Thread Timothy Bish
On Tue, 2010-02-02 at 07:16 -0800, ilank wrote: Hi! I'm using Stomp 1.0 and ActiveMQ C++ client 3.0.1 (Windows XP, MS dev studio 2005) to read text messages sent to JMS in JBoss. I'm using the sample code provided in Stomp to connect and I find that if the queue contains messages, as soon

[jira] Updated: (AMQ-2592) Upgrade to commons-pool 1.5.4

2010-02-02 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen updated AMQ-2592: - Attachment: AMQ-2592.diff Upgrade to commons-pool 1.5.4 -

[jira] Created: (AMQ-2592) Upgrade to commons-pool 1.5.4

2010-02-02 Thread Gert Vanthienen (JIRA)
Upgrade to commons-pool 1.5.4 - Key: AMQ-2592 URL: https://issues.apache.org/activemq/browse/AMQ-2592 Project: ActiveMQ Issue Type: Task Affects Versions: 5.3.0 Reporter: Gert Vanthienen

Re: [VOTE] Release Apache.NMS.ActiveMQ 1.2.0 #3

2010-02-02 Thread Jim Gomes
-1 The recent change made for AMQNET-218 seems to have introduced a problem. In general, I am uneasy about having this type of threading-related code change made right before a release. It would be better to let this kind of change cook for a while. Specifically, in CompositeTaskRunner.cs, line

Re: [VOTE] Release Apache.NMS.ActiveMQ 1.2.0 #3

2010-02-02 Thread Timothy Bish
On Tue, 2010-02-02 at 13:41 -0800, Jim Gomes wrote: -1 The recent change made for AMQNET-218 seems to have introduced a problem. In general, I am uneasy about having this type of threading-related code change made right before a release. It would be better to let this kind of change cook

[jira] Reopened: (AMQNET-218) NMS session should dispose appropriately if listener delegate still processing message

2010-02-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reopened AMQNET-218: - Potential problems reported with the fix. NMS session should dispose appropriately if listener

[jira] Commented: (AMQNET-218) NMS session should dispose appropriately if listener delegate still processing message

2010-02-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=57317#action_57317 ] Timothy Bish commented on AMQNET-218: - Added additional logic around the Abort

Re: [VOTE] Release Apache.NMS.ActiveMQ 1.2.0 #3

2010-02-02 Thread Timothy Bish
On Tue, 2010-02-02 at 14:20 -0800, Jim Gomes wrote: I searched the code for other areas where Thread.ResetAbort() was called (three locations found), and I have made some changes on my local machine. I am reconfiguring my application to use these custom versions so I can test the changes.

Re: [VOTE] Release Apache.NMS.ActiveMQ 1.2.0 #3

2010-02-02 Thread Jim Gomes
Got your changes. They matched mine. - Jim -Original Message- From: Timothy Bish tabish...@gmail.com Date: Tue, 02 Feb 2010 17:28:39 To: dev@activemq.apache.org Subject: Re: [VOTE] Release Apache.NMS.ActiveMQ 1.2.0 #3 On Tue, 2010-02-02 at 14:20 -0800, Jim Gomes wrote: I searched the

[VOTE] Release Apache.NMS.Stomp 1.2.0

2010-02-02 Thread Timothy Bish
The Apache.NMS.Stomp 1.2.0 Release Vote is now open. This is the first release of the NMS Stomp client. Its being released as v1.2.0 to keep in step with the NMS API version it is built against. This NMS client provides a small lightweight Stomp client that can be used on the .NET Compact

Re: [VOTE] Release Apache.NMS.Stomp 1.2.0

2010-02-02 Thread Rob Davies
+1 On 2 Feb 2010, at 23:42, Timothy Bish wrote: The Apache.NMS.Stomp 1.2.0 Release Vote is now open. This is the first release of the NMS Stomp client. Its being released as v1.2.0 to keep in step with the NMS API version it is built against. This NMS client provides a small lightweight

[jira] Assigned: (AMQ-1639) Include unix startup scripts in the Windows .zip build

2010-02-02 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies reassigned AMQ-1639: --- Assignee: Rob Davies Include unix startup scripts in the Windows .zip build

[jira] Resolved: (AMQ-1639) Include unix startup scripts in the Windows .zip build

2010-02-02 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1639. - Resolution: Fixed patch applied in SVN revision 905912 Include unix startup scripts in the Windows