18 #ifndef _ACTIVEMQ_TRANSPORT_TRANSPORTREGISTRY_H_ 19 #define _ACTIVEMQ_TRANSPORT_TRANSPORTREGISTRY_H_ 102 void unregisterFactory(
const std::string& name);
107 void unregisterAllFactories();
115 std::vector<std::string> getTransportNames()
const;
128 static void initialize();
129 static void shutdown();
#define AMQCPP_API
Definition: Config.h:30
Map template that wraps around a std::map to provide a more user-friendly interface and to provide co...
Definition: StlMap.h:47
Definition: ActiveMQCPP.h:26
Defines the interface for Factories that create Transports or TransportFilters.
Definition: TransportFactory.h:42
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Registry of all Transport Factories that are available to the client at runtime.
Definition: TransportRegistry.h:45