You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2006/11/16 14:47:37 UTC

[jira] Created: (QPID-102) Provide support for StreamMessage in Java client (AMQSession)

Provide support for StreamMessage in Java client (AMQSession)
-------------------------------------------------------------

                 Key: QPID-102
                 URL: http://issues.apache.org/jira/browse/QPID-102
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Marnie McCormack
             Fix For: M2


As per JMS spec, need to provide support from StreamMessage.

Currently, AMQSession.createStreamMessage throws UnsupportedOperationException. This needs to be fixed and support implemented. Not sure if there might be a dependency on the protocol - need to check.

JMS specification says:

3.11 JMS Message Body
JMS provides five forms of message body. Each
interface:
• StreamMessage - a message whose body contains
values. It is filled and read sequentially.

etc etc.

See spec/JMS javadoc for more details.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Resolved: (QPID-102) Provide support for StreamMessage in Java client (AMQSession)

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-102?page=all ]

Robert Greig resolved QPID-102.
-------------------------------

    Resolution: Fixed

Closing since tests pass.

> Provide support for StreamMessage in Java client (AMQSession)
> -------------------------------------------------------------
>
>                 Key: QPID-102
>                 URL: http://issues.apache.org/jira/browse/QPID-102
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>             Fix For: M2
>
>
> As per JMS spec, need to provide support from StreamMessage.
> Currently, AMQSession.createStreamMessage throws UnsupportedOperationException. This needs to be fixed and support implemented. Not sure if there might be a dependency on the protocol - need to check.
> JMS specification says:
> 3.11 JMS Message Body
> JMS provides five forms of message body. Each
> interface:
> ? StreamMessage - a message whose body contains
> values. It is filled and read sequentially.
> etc etc.
> See spec/JMS javadoc for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (QPID-102) Provide support for StreamMessage in Java client (AMQSession)

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/QPID-102?page=comments#action_12455061 ] 
            
Rajith Attapattu commented on QPID-102:
---------------------------------------

Hey Robert,

any update on this ? :)

Regards,

Rajith

> Provide support for StreamMessage in Java client (AMQSession)
> -------------------------------------------------------------
>
>                 Key: QPID-102
>                 URL: http://issues.apache.org/jira/browse/QPID-102
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>             Fix For: M2
>
>
> As per JMS spec, need to provide support from StreamMessage.
> Currently, AMQSession.createStreamMessage throws UnsupportedOperationException. This needs to be fixed and support implemented. Not sure if there might be a dependency on the protocol - need to check.
> JMS specification says:
> 3.11 JMS Message Body
> JMS provides five forms of message body. Each
> interface:
> ? StreamMessage - a message whose body contains
> values. It is filled and read sequentially.
> etc etc.
> See spec/JMS javadoc for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (QPID-102) Provide support for StreamMessage in Java client (AMQSession)

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/QPID-102?page=comments#action_12457086 ] 
            
Robert Greig commented on QPID-102:
-----------------------------------

Checked in StreamMessage implementation in trunk rev 484987. Includes slightly refactored BytesMessage implementation along with improved unit test coverage.

Will not close this issue until JMS TCK confirmed to pass.

> Provide support for StreamMessage in Java client (AMQSession)
> -------------------------------------------------------------
>
>                 Key: QPID-102
>                 URL: http://issues.apache.org/jira/browse/QPID-102
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>             Fix For: M2
>
>
> As per JMS spec, need to provide support from StreamMessage.
> Currently, AMQSession.createStreamMessage throws UnsupportedOperationException. This needs to be fixed and support implemented. Not sure if there might be a dependency on the protocol - need to check.
> JMS specification says:
> 3.11 JMS Message Body
> JMS provides five forms of message body. Each
> interface:
> ? StreamMessage - a message whose body contains
> values. It is filled and read sequentially.
> etc etc.
> See spec/JMS javadoc for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-102) Provide support for StreamMessage in Java client (AMQSession)

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-102?page=all ]

Marnie McCormack reassigned QPID-102:
-------------------------------------

    Assignee: Robert Greig

> Provide support for StreamMessage in Java client (AMQSession)
> -------------------------------------------------------------
>
>                 Key: QPID-102
>                 URL: http://issues.apache.org/jira/browse/QPID-102
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>             Fix For: M2
>
>
> As per JMS spec, need to provide support from StreamMessage.
> Currently, AMQSession.createStreamMessage throws UnsupportedOperationException. This needs to be fixed and support implemented. Not sure if there might be a dependency on the protocol - need to check.
> JMS specification says:
> 3.11 JMS Message Body
> JMS provides five forms of message body. Each
> interface:
> ? StreamMessage - a message whose body contains
> values. It is filled and read sequentially.
> etc etc.
> See spec/JMS javadoc for more details.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira