18#ifndef _ACTIVEMQ_TRANSPORT_LOGGING_LOGGINGTRANSPORT_H_
19#define _ACTIVEMQ_TRANSPORT_LOGGING_LOGGINGTRANSPORT_H_
#define AMQCPP_API
Definition Config.h:30
Pointer< Transport > next
The transport that this filter wraps around.
Definition TransportFilter.h:54
virtual Pointer< Response > request(const Pointer< Command > command)
Sends the given command to the broker and then waits for the response.the response from the broker.
virtual ~LoggingTransport()
Definition LoggingTransport.h:43
LoggingTransport(const Pointer< Transport > next)
Constructor.
virtual Pointer< Response > request(const Pointer< Command > command, unsigned int timeout)
Sends the given command to the broker and then waits for the response.the response from the broker.
virtual void onCommand(const Pointer< Command > command)
Event handler for the receipt of a command.
virtual void oneway(const Pointer< Command > command)
Sends a one-way command.
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Definition LoggingTransport.h:27
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24