Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-1239

Proton multi-threaded samples do not build on RHEL 6.5

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Major Major
    • 2.5.0.GA
    • None
    • amqp-cpp-client
    • None
    • Release Notes
    • Santiago

      The Qpid Proton sample applications that demonstrate multi-threaded operation do not build on a RHEL 6.5 system.

      $ g++ --std=c++11 multithreaded_client.cpp -lqpid-proton-cpp
      undefined reference to `proton::work_queue::add(proton::internal::v11::work)'
      ...
      

      Looking inside the version of libqpid-proton-cpp.so distributed for RHEL 6.5, I see:

      proton::work_queue::add(proton::internal::v03::work)
      

      It looks as if the RHEL 6.5 version of Qpid Proton lacks some C++11 support.

      I am unsure whether the failing here is in the example, or the Qpid build distributed for RHEL 6.5.

            jross@redhat.com Justin Ross
            rhn-support-kboone Kevin Boone
            Jiri Daněk Jiri Daněk
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: