You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <ji...@apache.org> on 2017/08/02 19:26:01 UTC

[jira] [Commented] (PROTON-1528) [C++ binding] AMQP open sent with container ID as empty string

    [ https://issues.apache.org/jira/browse/PROTON-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111608#comment-16111608 ] 

Kim van der Riet commented on PROTON-1528:
------------------------------------------

The sender and receiver use the following pattern for opening a connection:
{code}
    void AmqpSender::on_container_start(proton::container &c) {
        c.open_sender(address.str());
    }
{code}
and
{code}
    void AmqpReceiver::on_container_start(proton::container &c) {
        c.open_receiver(address.str());
    }
{code}


> [C++ binding] AMQP open sent with container ID as empty string
> --------------------------------------------------------------
>
>                 Key: PROTON-1528
>                 URL: https://issues.apache.org/jira/browse/PROTON-1528
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: cpp-binding
>            Reporter: Kim van der Riet
>            Assignee: Cliff Jansen
>
> Simple sender and receiver clients are sending an empty string as the container id during an AMQP open.  The ActiveMQ broker checks for this condition and closes the connection with an error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org