1 Reply Latest reply on May 14, 2013 11:28 AM by splatch

    Regarding switchyard-quickstart-camel-amqp-binding

    mannuyi

      I cannot find amqp binding in my eclipse palette.

      How can I do like the quickstart sample?

      And, BTW, how can I run the sample?

       

      Thanks in advance.

        • 1. Re: Regarding switchyard-quickstart-camel-amqp-binding
          splatch

          AMQP binding is very similar to JMS binding and supports all JMS properties (this binding uses Qpid as client library). After specifing all properties just change jms namespace to amqp namespace. This binding requires standalone broker running to connect. You may start Qpid for that.

           

          This binding is not officially supported yet.