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 2007/02/08 13:37:05 UTC

[jira] Created: (QPID-353) Amend type of destination type from byte to int

Amend type of destination type from byte to int                                                                                                  
-------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-353
                 URL: https://issues.apache.org/jira/browse/QPID-353
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M1
            Reporter: Marnie McCormack
         Assigned To: Robert Greig


BasicMessageProducer and AbstractJMSMesage encode the Destination type as a byte. This is not currently interoperable with the C++ client. 

Solution is to amend the type to int which the C++ client can handle, until AMQP field table type changes are ratified and implement.

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


[jira] Resolved: (QPID-353) Amend type of destination type from byte to int

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-353.
-------------------------------

       Resolution: Fixed
    Fix Version/s: M2

Committed patch svn revision 504915.

> Amend type of destination type from byte to int                                                                                                  
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-353
>                 URL: https://issues.apache.org/jira/browse/QPID-353
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M1
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>             Fix For: M2
>
>         Attachments: QPID-353.patch
>
>
> BasicMessageProducer and AbstractJMSMesage encode the Destination type as a byte. This is not currently interoperable with the C++ client. 
> Solution is to amend the type to int which the C++ client can handle, until AMQP field table type changes are ratified and implement.

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


[jira] Updated: (QPID-353) Amend type of destination type from byte to int

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-353:
-----------------------------

    Attachment: QPID-353.patch

> Amend type of destination type from byte to int                                                                                                  
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-353
>                 URL: https://issues.apache.org/jira/browse/QPID-353
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M1
>            Reporter: Marnie McCormack
>         Assigned To: Robert Greig
>         Attachments: QPID-353.patch
>
>
> BasicMessageProducer and AbstractJMSMesage encode the Destination type as a byte. This is not currently interoperable with the C++ client. 
> Solution is to amend the type to int which the C++ client can handle, until AMQP field table type changes are ratified and implement.

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