Class StandardQpidImplementation

  • All Implemented Interfaces:
    ComponentLifecycleExtension, ConnectionComparator<VendorImplementationBase>, VendorImplementation, VendorImplementationBase

    public class StandardQpidImplementation
    extends UrlVendorImplementation
    AMQP 0.10 / 0.9.1 / 0.9 / 0.8 implementation of VendorImplementation using Apache Qpid.

    Everything required to configure the connection needs to be specified on the URL. If you configure a username and password on the wrapping JmsConnection in which case ConnectionFactory.createConnection(String, String) is used when creating the connection otherwise ConnectionFactory.createConnection() will be used.

    This was built against org.apache.qpid:qpid-client:6.0.1

    In the adapter configuration file this class is aliased as qpid-implementation-0-10 which is the preferred alternative to the fully qualified classname when building your configuration.