Build failed in Hudson: ActiveMQ-5.3 #26

2010-01-20 Thread Apache Hudson Server
See Changes: [gtully] svn merge -c 901273 https://svn.apache.org/repos/asf/activemq/trunk - resolve https://issues.apache.org/activemq/browse/AMQ-2573 - rollback of audit check needs to be synced with redispatch after failover

[jira] Commented: (AMQCPP-277) Freeze when creating multiple Consumers

2010-01-20 Thread Eddie Fast (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57026#action_57026 ] Eddie Fast commented on AMQCPP-277: --- Creating the consumers before starting the connection

Build failed in Hudson: ActiveMQ #238

2010-01-20 Thread Apache Hudson Server
See Changes: [rajdavies] Improvement for https://issues.apache.org/activemq/browse/AMQ-2512 [gtully] resolve https://issues.apache.org/activemq/browse/AMQ-2573 - rollback of audit check needs to be synced with redispatch after fai

[jira] Commented: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57025#action_57025 ] Timothy Bish commented on AMQNET-228: - Actually if you create a test using the Mock trans

[jira] Commented: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57024#action_57024 ] Jim Gomes commented on AMQNET-228: -- Well, the tests support it, but it's really dependent up

[jira] Work logged: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36881 ] Jim Gomes logged work on AMQNET-228: Author: Jim Gomes Created on: 20/Jan/10 11:50 P

[jira] Resolved: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-228. -- Resolution: Fixed Set the username and password on the connection from the parameters to the Creat

[jira] Commented: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57022#action_57022 ] Timothy Bish commented on AMQNET-228: - Weird, would have thought we had a test for that o

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

2010-01-20 Thread Jim Gomes
Changing my vote to -1. Logged a new JIRA: https://issues.apache.org/activemq/browse/AMQNET-228 I should have a fix put in place soon in the trunk. On Tue, Jan 19, 2010 at 12:14 PM, Jim Gomes wrote: > +1 > > > On Mon, Jan 18, 2010 at 6:11 AM, Timothy Bish wrote: > >> Voting is open on Apache

[jira] Created: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Jim Gomes (JIRA)
Username and Password are not being set for connection -- Key: AMQNET-228 URL: https://issues.apache.org/activemq/browse/AMQNET-228 Project: ActiveMQ .Net Issue Type: Bug Componen

[jira] Work started: (AMQNET-228) Username and Password are not being set for connection

2010-01-20 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AMQNET-228 started by Jim Gomes. > Username and Password are not being set for connection > -- > >

Re: [jira] Created: (AMQCPP-261) Handle Multibyte Strings or Strings encoded in Charsets other than US-ASCII

2010-01-20 Thread Timothy Bish
On Wed, 2010-01-20 at 09:10 -0800, Bhavani Iyer wrote: > Hi, > > I recently migrated from 2.1.3 to 3.1.0 and found that I can no longer send > UTF 8 multibyte characters in the payload of a TextMessage. As a workaround > until this issue is resolved, I modified ActiveMQTextMessage::getText() > met

[jira] Updated: (AMQ-2475) If tmp message store fills up, broker can deadlock due to while producers wait on disk space and consumers wait on acks

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2475: Fix Version/s: 5.3.1 also on 5.3.1 branch > If tmp message store fills up, broker can deadlock due to wh

[jira] Commented: (AMQ-2512) "Failed to page in more queue messages"

2010-01-20 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57017#action_57017 ] Rob Davies commented on AMQ-2512: - I have a test case that failed - but have made some improvem

Re: [jira] Created: (AMQCPP-261) Handle Multibyte Strings or Strings encoded in Charsets other than US-ASCII

2010-01-20 Thread Bhavani Iyer
I recently migrated from 2.1.3 to 3.1.0 and found that I can no longer send UTF 8 multibyte characters in the payload of a TextMessage. As a workaround until this issue is resolved, I modified ActiveMQTextMessage::getText() method to return the raw bytes from getContents() and bypassing the call t

Re: [jira] Created: (AMQCPP-261) Handle Multibyte Strings or Strings encoded in Charsets other than US-ASCII

2010-01-20 Thread Bhavani Iyer
Hi, I recently migrated from 2.1.3 to 3.1.0 and found that I can no longer send UTF 8 multibyte characters in the payload of a TextMessage. As a workaround until this issue is resolved, I modified ActiveMQTextMessage::getText() method to return the raw bytes from getContents() and bypassing the c

[jira] Updated: (AMQ-2573) Failover with async rollback of message audit can lead to over eager duplicate suppression (auto acking) and apparent missing messages

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2573: Description: with multiple unordered message consumers on a connection and failover with default prefetc

[jira] Resolved: (AMQ-2573) Failover with async rollback of message audit can lead to over eager duplicate suppression (auto acking) and apparent missing messages

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2573. - Resolution: Fixed Fix Version/s: 5.3.1 fix committed to trunk in r901273, to 5.3.1 in r901274 >

[jira] Resolved: (AMQ-2567) Zero Prefetch not working

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2567. - Resolution: Fixed Fix Version/s: 5.4.0 5.3.1 Thanks for the test case, debugg

[jira] Updated: (AMQ-2575) don't use Kaha for creation of temporary files

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2575: Component/s: (was: CMS (C++ client)) Broker > don't use Kaha for creation of tempora

Build failed in Hudson: ActiveMQ-5.3 #25

2010-01-20 Thread Apache Hudson Server
See Changes: [dejanb] merging 816444 and 901171 - osgi support and https://issues.apache.org/activemq/browse/AMQ-2574 - stop osgi bundle on application context close -- [...truncated 310

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

2010-01-20 Thread Apache Hudson Server
See

[jira] Resolved: (AMQ-2575) don't use Kaha for creation of temporary files

2010-01-20 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-2575. - Resolution: Fixed Fixed by revision 901188 > don't use Kaha for creation of temporary files >

[jira] Created: (AMQ-2575) don't use Kaha for creation of temporary files

2010-01-20 Thread Rob Davies (JIRA)
don't use Kaha for creation of temporary files -- Key: AMQ-2575 URL: https://issues.apache.org/activemq/browse/AMQ-2575 Project: ActiveMQ Issue Type: Improvement Components: CMS (C++ clie

[jira] Updated: (AMQ-2575) don't use Kaha for creation of temporary files

2010-01-20 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies updated AMQ-2575: Affects Version/s: (was: 5.4.0) 5.0.0 5.1.0

[jira] Resolved: (AMQ-2574) Try to stop OSGi bundle when closing application context

2010-01-20 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac resolved AMQ-2574. Resolution: Fixed Fixed with svn revision 901171 > Try to stop OSGi bundle when closing applicat

[jira] Assigned: (AMQ-2567) Zero Prefetch not working

2010-01-20 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-2567: --- Assignee: Gary Tully > Zero Prefetch not working > - > > Ke

[jira] Updated: (AMQ-2574) Try to stop OSGi bundle when closing application context

2010-01-20 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dejan Bosanac updated AMQ-2574: --- Summary: Try to stop OSGi bundle when closing application context (was: Try to stomp OSGi bundle w

[jira] Created: (AMQ-2574) Try to stomp OSGi bundle when closing application context

2010-01-20 Thread Dejan Bosanac (JIRA)
Try to stomp OSGi bundle when closing application context - Key: AMQ-2574 URL: https://issues.apache.org/activemq/browse/AMQ-2574 Project: ActiveMQ Issue Type: Improvement Com

How keep connection Active

2010-01-20 Thread WZG
I find a question:a connection will be auto close after created it 50s later for example:client create a connection,do nothing,we can see it on webconsole;but 50s later,it disappear! I hope can control the connection active time -- View this message in context: http://old.nabble.com/How-keep-co