[jira] Commented: (AMQCPP-63) asynchronous send

2007-01-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38440 ] Timothy Bish commented on AMQCPP-63: I've taken an hour and implemented the Async send functionality. Its not a

[jira] Resolved: (AMQCPP-63) asynchronous send

2007-01-31 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-63. Resolution: Fixed Implemented in Trunk asynchronous send -

[jira] Created: (AMQCPP-66) Refactor the Async send to happen in an Async Transport instead of in ActiveMQSession

2007-01-31 Thread Timothy Bish (JIRA)
Refactor the Async send to happen in an Async Transport instead of in ActiveMQSession - Key: AMQCPP-66 URL: https://issues.apache.org/activemq/browse/AMQCPP-66

[jira] Closed: (AMQCPP-52) Valgrind reports memory leaks when running PrimitiveMapTest

2007-01-23 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQCPP-52. -- Resolution: Fixed This is code that is still in development. Code that is tagged with AMQCPP-30

[jira] Commented: (AMQCPP-49) Add -W -Wall compile options

2007-01-20 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37939 ] Timothy Bish commented on AMQCPP-49: This can get to be more trouble as with all the warnings that get emitted

[jira] Commented: (AMQCPP-49) Add -W -Wall compile options

2007-01-20 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37941 ] Timothy Bish commented on AMQCPP-49: gcc has many targeted -W options, perhaps you should consider using some of

[jira] Reopened: (AMQCPP-49) Add -W -Wall compile options

2007-01-20 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reopened AMQCPP-49: Besides the fact that I now have about four warnings or more for every file. These changes have

[jira] Commented: (AMQCPP-46) ActiveMQConnection doesn't propagate exception listener to underlying connector

2007-01-17 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37929 ] Timothy Bish commented on AMQCPP-46: There does appear to be a disconnect on the listener chain. Once I detect

[jira] Resolved: (AMQCPP-35) Stomp content-length header not being set on BytesMessage

2007-01-02 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-35. Resolution: Fixed Fixed in trunk Added more unit testing on this so that we catch more on the

[jira] Assigned: (AMQCPP-35) Stomp content-length header not being set on BytesMessage

2007-01-01 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQCPP-35: -- Assignee: Timothy Bish (was: Nathan Mittler) Stomp content-length header not being set on

[jira] Updated: (AMQCPP-35) Stomp content-length header not being set on BytesMessage

2007-01-01 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-35: --- Fix Version/s: 1.1 Stomp content-length header not being set on BytesMessage

[jira] Resolved: (AMQCPP-36) Cleanup whitespace and member function definitions in header files

2006-12-28 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-36?page=all ] Timothy Bish resolved AMQCPP-36. Resolution: Fixed Applied Stomp Frame patch Cleanup whitespace and member function definitions in header files

[jira] Resolved: (AMQCPP-34) Use covariant return type for clone()

2006-12-28 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-34?page=all ] Timothy Bish resolved AMQCPP-34. Resolution: Fixed Patches applied and tested Use covariant return type for clone() - Key:

[jira] Commented: (AMQCPP-36) Cleanup whitespace and member function definitions in header files

2006-12-25 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-36?page=comments#action_37770 ] Timothy Bish commented on AMQCPP-36: Yes, I do mind. I prefer to leave small functions in the headers of little classes like this, if they get inlined by

[jira] Commented: (AMQCPP-34) Use covariant return type for clone()

2006-12-24 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-34?page=comments#action_37767 ] Timothy Bish commented on AMQCPP-34: Patch applied, had to make changes in the openwire classes as well to support this. This change may upset some older

[jira] Updated: (AMQCPP-32) Stomp messages don't preserve property types: please document this behaviour

2006-12-23 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-32?page=all ] Timothy Bish updated AMQCPP-32: --- Priority: Trivial (was: Major) Stomp messages don't preserve property types: please document this behaviour

[jira] Updated: (AMQCPP-33) Integration tests crash if broker isn't running

2006-12-23 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-33?page=all ] Timothy Bish updated AMQCPP-33: --- Issue Type: Improvement (was: Bug) Priority: Trivial (was: Major) Integration tests crash if broker isn't running

[jira] Assigned: (AMQCPP-33) Integration tests crash if broker isn't running

2006-12-23 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-33?page=all ] Timothy Bish reassigned AMQCPP-33: -- Assignee: Timothy Bish (was: Nathan Mittler) Integration tests crash if broker isn't running ---

[jira] Updated: (AMQCPP-29) Projects in MSVC build building on top of one another

2006-12-21 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-29?page=all ] Timothy Bish updated AMQCPP-29: --- Attachment: (was: activemq-cpp-winbuild.diff) Projects in MSVC build building on top of one another

[jira] Resolved: (AMQCPP-23) active-cpp persistent problem

2006-12-12 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-23?page=all ] Timothy Bish resolved AMQCPP-23. Resolution: Fixed Messages are now correctly tagged as persistent or not persistent using Stomp Message headers. The Stomp transport was expecting string

[jira] Work started: (AMQ-924) Patch to make activemq-cpp compile under sun studio 11

2006-09-29 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-924?page=all ] Work on AMQ-924 started by Timothy Bish. Patch to make activemq-cpp compile under sun studio 11 -- Key: AMQ-924 URL:

[jira] Assigned: (AMQ-854) Update to activemq-cpp source to enable documentation generation

2006-08-01 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-854?page=all ] Timothy Bish reassigned AMQ-854: Assignee: Nathan Mittler Update to activemq-cpp source to enable documentation generation

[jira] Updated: (AMQ-818) Code Drop for Version 0.0.2 of the activemq-cpp library

2006-07-19 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-818?page=all ] Timothy Bish updated AMQ-818: - Attachment: activemq-cpp-0-0-2-071906.zip Version 0.0.2 of the activemq-cpp source code is attached. Changes: New Features: * Destinations now support the