18#ifndef _ACTIVEMQ_TRANSPORT_LOGGING_LOGGINGTRANSPORT_H_
19#define _ACTIVEMQ_TRANSPORT_LOGGING_LOGGINGTRANSPORT_H_
#define AMQCPP_API
Definition: Config.h:30
A filter on the transport layer.
Definition: TransportFilter.h:44
A transport filter that logs commands as they are sent/received.
Definition: LoggingTransport.h:34
virtual Pointer< Response > request(const Pointer< Command > command)
Sends the given command to the broker and then waits for the response.the command to be sent....
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 command to be sent....
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24