You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (Jira)" <ji...@apache.org> on 2020/06/23 08:47:00 UTC

[jira] [Resolved] (PROTON-2242) Framming Error with qpidd cpp broker

     [ https://issues.apache.org/jira/browse/PROTON-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved PROTON-2242.
------------------------------------
    Resolution: Invalid

The issue is not with Proton, but that your qpidd broker instance does not support AMQP 1.0. When you tried to connect it thus replied with the AMQP 0-10 protocol header as a result, causing the transport error shown.

You need to ensure the amqp 1.0 module is built and loaded. For example if running the broker from a source build you could add "--load-module=amqp.so" to the command.

In general you should ask questions about things like this on the users mailing list http://qpid.apache.org/discussion.html

> Framming Error with qpidd cpp broker
> ------------------------------------
>
>                 Key: PROTON-2242
>                 URL: https://issues.apache.org/jira/browse/PROTON-2242
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: examples
>         Environment: Ubuntu 18.04
>            Reporter: Waheed
>            Priority: Major
>
> I am trying to run the send and receive examples with qpidd cpp broker. When I run ./send or ./receive, following error pop up:
> {color:#FF0000}PN_TRANSPORT_CLOSED: amqp:connection:framing-error: Expected AMQP protocol header got: Pre standard AMQP connection ['AMQP\x01\x01\x00\x0a']{color}
> {color:#172b4d}The send, receive example run fine with broker example in the same directory. The error only comes up when qpidd cpp broker. The qpidd-cpp broker is working fine with its own examples.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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