[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 .

[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 > ---

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 Sto

[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 Framewo

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 Date: Tue, 02 Feb 2010 17:28:39 To: 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 code for other areas where Thread.ResetAb

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
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. I'll report back after I have been able to verify the fix.

[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-tabpanel&focusedCommentId=57317#action_57317 ] Timothy Bish commented on AMQNET-218: - Added additional logic around the Abort functional

[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

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 "

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, lin

[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

[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 > - > >

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 s

[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 monito

[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-tabpanel&focusedCommentId=57314#action_57314 ] Timothy Bish commented on AMQ-2196: --- The current version of ActiveMQ-CPP will send the inacti

[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 clien

[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 > > >

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

Build failed in Hudson: ActiveMQ-5.3 #35

2010-02-02 Thread Apache Hudson Server
See 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 https://svn.apache.org

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

2010-02-02 Thread Apache Hudson Server
See

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

2010-02-02 Thread Apache Hudson Server
See

[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 > ---