Re: Undefined symbols of building ActiveMQ-CPP with Sun CC5.8

2009-05-29 Thread ymjzxw
Hi, Just let you know I did not use Sun Studio 11 to compile it since I noticed that lots of third party libs of my application need libCstd library while AMQ-CPP needs stlport4. So it seems ActiveMQ is not suitable for us, maybe openMQ is another choice. Thanks! ymjzxw wrote: > > No, I did

[jira] Updated: (AMQCPP-244) Provide the configure script in the distribution

2009-05-29 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-244: Fix Version/s: (was: 3.0) 3.0.1 > Provide the configure script in the di

[jira] Created: (AMQ-2276) Temporary queues created on local broker that is connected to remote with duplex="true" are never deleted on remote

2009-05-29 Thread Kevin Koltzau (JIRA)
Temporary queues created on local broker that is connected to remote with duplex="true" are never deleted on remote --- Key: AMQ-2276 URL: https://issu

[jira] Commented: (AMQNET-152) Infinit exception at reconnect on Mono with failover transport.

2009-05-29 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51990#action_51990 ] Timothy Bish commented on AMQNET-152: - I'm able to reproduce this with Mono 2.2 and 2.4 u

[jira] Updated: (AMQ-2275) Disable JMX authentication, SSL and specify a port number by default in the startup script

2009-05-29 Thread Bruce Snyder (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-2275: -- Attachment: AMQ-2275.diff.txt Attached a patch. > Disable JMX authentication, SSL and specify a por

[jira] Created: (AMQ-2275) Disable JMX authentication, SSL and specify a port number by default in the startup script

2009-05-29 Thread Bruce Snyder (JIRA)
Disable JMX authentication, SSL and specify a port number by default in the startup script --- Key: AMQ-2275 URL: https://issues.apache.org/activemq/browse/AMQ-2275

[jira] Commented: (AMQ-2274) Setting keepAlive through URL does nothing

2009-05-29 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51987#action_51987 ] Philippe Mouawad commented on AMQ-2274: --- I looked in more detail the trunk code it will s

[jira] Updated: (AMQ-2274) Setting keepAlive through URL does nothing

2009-05-29 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philippe Mouawad updated AMQ-2274: -- Attachment: BooleanEditor.java BooleanEditor > Setting keepAlive through URL does nothing >

Re: NMS 1.1 Breaking API Change

2009-05-29 Thread Timothy Bish
On Fri, 2009-05-29 at 10:44 -0600, Bruce Snyder wrote: > On Thu, May 28, 2009 at 2:22 PM, Jim Gomes wrote: > > There are 2 outstanding bugs logged against the 1.1 version as of this > > morning. Once those are resolved a release candidate will be cut. > > Yes, I'm aware of the two outstanding is

[jira] Created: (AMQCPP-244) Provide the configure script in the distribution

2009-05-29 Thread Bruce Snyder (JIRA)
Provide the configure script in the distribution - Key: AMQCPP-244 URL: https://issues.apache.org/activemq/browse/AMQCPP-244 Project: ActiveMQ C++ Client Issue Type: Improvement Affects Ve

[jira] Commented: (AMQ-2274) Setting keepAlive through URL does nothing

2009-05-29 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51986#action_51986 ] Philippe Mouawad commented on AMQ-2274: --- I looked at code of 5.2 and the bug seems to com

[jira] Created: (AMQNET-162) Read and Write methods for IBytesMessage type

2009-05-29 Thread Slava (JIRA)
Read and Write methods for IBytesMessage type - Key: AMQNET-162 URL: https://issues.apache.org/activemq/browse/AMQNET-162 Project: ActiveMQ .Net Issue Type: New Feature Reporter: Slava

Re: Should the C++ source distros have the ./configure script already generated? Was: [VOTE] Release ActiveMQ-CPP 3.0 RC2

2009-05-29 Thread Bruce Snyder
On Fri, May 29, 2009 at 11:49 AM, Timothy Bish wrote: > On Fri, 2009-05-29 at 11:59 -0400, Hiram Chirino wrote: >> Changing subject to avoid derailing the vote.  This is not something >> that would stop me from voting +1 for the release, >> but most source distros that I typically download already

[jira] Updated: (AMQ-2274) Setting keepAlive through URL does nothing

2009-05-29 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philippe Mouawad updated AMQ-2274: -- Attachment: BugKeepAlive.java Class that illustrates the bug in IntrospectionSupport.setPrope

[jira] Created: (AMQ-2274) Setting keepAlive through URL does nothing

2009-05-29 Thread Philippe Mouawad (JIRA)
Setting keepAlive through URL does nothing -- Key: AMQ-2274 URL: https://issues.apache.org/activemq/browse/AMQ-2274 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.2.0, 5.1.0 Environ

Re: Should the C++ source distros have the ./configure script already generated? Was: [VOTE] Release ActiveMQ-CPP 3.0 RC2

2009-05-29 Thread Timothy Bish
On Fri, 2009-05-29 at 11:59 -0400, Hiram Chirino wrote: > Changing subject to avoid derailing the vote. This is not something > that would stop me from voting +1 for the release, > but most source distros that I typically download already the the > configure script generated for you. > > Shouldn'

Re: Should the C++ source distros have the ./configure script already generated? Was: [VOTE] Release ActiveMQ-CPP 3.0 RC2

2009-05-29 Thread Bruce Snyder
On Fri, May 29, 2009 at 9:59 AM, Hiram Chirino wrote: > Changing subject to avoid derailing the vote.  This is not something > that would stop me from voting +1 for the release, > but most source distros that I typically download already the the > configure script generated for you. > > Shouldn't

Re: NMS 1.1 Breaking API Change

2009-05-29 Thread Bruce Snyder
On Thu, May 28, 2009 at 2:22 PM, Jim Gomes wrote: > There are 2 outstanding bugs logged against the 1.1 version as of this > morning. Once those are resolved a release candidate will be cut. Yes, I'm aware of the two outstanding issues. Could you please provide a time estimation for completion o

Should the C++ source distros have the ./configure script already generated? Was: [VOTE] Release ActiveMQ-CPP 3.0 RC2

2009-05-29 Thread Hiram Chirino
Changing subject to avoid derailing the vote. This is not something that would stop me from voting +1 for the release, but most source distros that I typically download already the the configure script generated for you. Shouldn't we do the same? Regards, Hiram On Wed, May 27, 2009 at 9:16 AM,

[jira] Resolved: (AMQ-2271) activemq-flow: miscellaneous fixes: broker lifecycle (shutdown of queues etc) and fixes in cursored queue dispatch

2009-05-29 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino resolved AMQ-2271. Resolution: Fixed patch applied ver: 780014 > activemq-flow: miscellaneous fixes: broker lifecyc

[jira] Commented: (AMQ-1473) javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format.

2009-05-29 Thread Carl Allain (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51981#action_51981 ] Carl Allain commented on AMQ-1473: -- I had a similar error on the client side: I am using AMQ

[jira] Commented: (AMQNET-150) Unit test failures in the Durable Subscruber test

2009-05-29 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQNET-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51980#action_51980 ] Timothy Bish commented on AMQNET-150: - I've been able to replicate most of the same behav

[jira] Created: (AMQ-2273) Exception on shutdown

2009-05-29 Thread JIRA
Exception on shutdown - Key: AMQ-2273 URL: https://issues.apache.org/activemq/browse/AMQ-2273 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.3.0 Environment: Ubuntu 8.10 64 Bit, Java 6 Repo

[jira] Commented: (AMQ-2272) JMX/transport connector exception due to lack of entropy in randomness device

2009-05-29 Thread Josef Spillner (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51976#action_51976 ] Josef Spillner commented on AMQ-2272: - As an addition, removing /dev/random and symlinking

[jira] Created: (AMQ-2272) JMX/transport connector exception due to lack of entropy in randomness device

2009-05-29 Thread Josef Spillner (JIRA)
JMX/transport connector exception due to lack of entropy in randomness device - Key: AMQ-2272 URL: https://issues.apache.org/activemq/browse/AMQ-2272 Project: ActiveMQ