You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Slava (JIRA)" <ji...@apache.org> on 2009/05/29 19:57:51 UTC

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

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
            Assignee: Jim Gomes
            Priority: Minor


Please add Read and Write methods and also ClearBody method for IBytesMessage type (as per JMS spec). It will allow to reuse BytesMessage between send invocations without creating a new byte array every time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54587#action_54587 ] 

Jim Gomes commented on AMQNET-162:
----------------------------------

Added implementations for the remaining providers (MSMQ and EMS).

> 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 Libman
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Please add Read and Write methods and also ClearBody method for IBytesMessage type (as per JMS spec). It will allow to reuse BytesMessage between send invocations without creating a new byte array every time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-162:
-----------------------------

    Fix Version/s: 1.2

> 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 Libman
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.2
>
>
> Please add Read and Write methods and also ClearBody method for IBytesMessage type (as per JMS spec). It will allow to reuse BytesMessage between send invocations without creating a new byte array every time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish reassigned AMQNET-162:
-----------------------------------

    Assignee: Timothy Bish  (was: Jim Gomes)

> 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 Libman
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Please add Read and Write methods and also ClearBody method for IBytesMessage type (as per JMS spec). It will allow to reuse BytesMessage between send invocations without creating a new byte array every time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-162.
---------------------------------

    Resolution: Fixed

Added the full set of Read / Write / Reset / Clear methods similar to those in the JMS spec.  BytesMessage now honors the Read-Only / Write-Only message semantics defined in the JMS spec as well.  

Updated unit tests for the new functionality.  

Connection sets messages read-only on receive and send.

This is a breaking change for the NMS API.  The AMQ client is updated, others are left at NMS 1.1.0

> 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 Libman
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> Please add Read and Write methods and also ClearBody method for IBytesMessage type (as per JMS spec). It will allow to reuse BytesMessage between send invocations without creating a new byte array every time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.