[jira] Commented: (AMQ-736) Broker is not delivering all messages to slow consumer

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-736?page=comments#action_36232 ] james strachan commented on AMQ-736: Have committed your test case - many thanks for that - its here...

[jira] Updated: (AMQ-522) get ProxyConnectorTest to work

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-522?page=all ] james strachan updated AMQ-522: --- Version: 4.0 get ProxyConnectorTest to work -- Key: AMQ-522 URL:

[jira] Updated: (AMQ-610) fix the test case FanoutTransportBrokerTest which is failing now due to the fix for AMQ-607 by making the open of the socket occur in the start() method

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-610?page=all ] james strachan updated AMQ-610: --- Version: 4.0 fix the test case FanoutTransportBrokerTest which is failing now due to the fix for AMQ-607 by making the open of the socket occur in the

[jira] Updated: (AMQ-665) Error while using management interface on messages with binary data.

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-665?page=all ] james strachan updated AMQ-665: --- Version: 4.0 Error while using management interface on messages with binary data.

[jira] Updated: (AMQ-626) fix test cases MultipleTestsWithSpring*Test which seem to fail due to another test keeping a broker/journal open

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-626?page=all ] james strachan updated AMQ-626: --- Version: 4.0 fix test cases MultipleTestsWithSpring*Test which seem to fail due to another test keeping a broker/journal open

[jira] Updated: (AMQ-682) several functions spelled wrong, impairs code readability

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-682?page=all ] james strachan updated AMQ-682: --- Version: 4.0 several functions spelled wrong, impairs code readability - Key: AMQ-682

[jira] Updated: (AMQ-539) TEST org.apache.activemq.usecases.ThreeBrokerQueueNetworkUsingTcpTest FAILED

2006-06-05 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-539?page=all ] james strachan updated AMQ-539: --- Version: 4.0 TEST org.apache.activemq.usecases.ThreeBrokerQueueNetworkUsingTcpTest FAILED

When sending patches please tick the Patch Attached checkbox in JIRA

2006-06-05 Thread James Strachan
We now have a custom JIRA field to indicate issues which have attached patches. Please if you are submitting a patch can you check this box as it will help us to prioritise your issue. I've updated the contribution guide to reflect this http://activemq.org/site/contributing.html -- James

[jira] Resolved: (AMQ-711) commit() should not be called while in auto-commit mode

2006-06-05 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-711?page=all ] Hiram Chirino resolved AMQ-711: --- Fix Version: 4.0.1 4.1 Resolution: Fixed Applied patch.. Thanks Niklas! commit() should not be called while in auto-commit mode

[jira] Commented: (AMQ-731) Redeliveries don't work with resource adapter and Jencks

2006-06-05 Thread David Jencks (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-731?page=comments#action_36239 ] David Jencks commented on AMQ-731: -- Resin's tx implementation is wrong. suspend is only supposed to remove the thread/tx association, not change what resources are enrolled

[jira] Commented: (AMQ-731) Redeliveries don't work with resource adapter and Jencks

2006-06-05 Thread Christopher G. Stach II (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-731?page=comments#action_36240 ] Christopher G. Stach II commented on AMQ-731: - How would a single connection be used for multiple transaction branches if end is never called with TMSUSPEND?