18#ifndef _ACTIVEMQ_TRANSPORT_MOCK_RESPONSEBUILDER_H_
19#define _ACTIVEMQ_TRANSPORT_MOCK_RESPONSEBUILDER_H_
33 using decaf::lang::Pointer;
34 using activemq::commands::Command;
35 using activemq::commands::Response;
#define AMQCPP_API
Definition Config.h:30
Interface for all Protocols to implement that defines the behavior of the Broker in response to messa...
Definition ResponseBuilder.h:41
virtual Pointer< Response > buildResponse(const Pointer< Command > command)=0
Given a Command, check if it requires a response and return the appropriate Response that the Broker ...
virtual void buildIncomingCommands(const Pointer< Command > command, decaf::util::LinkedList< Pointer< Command > > &queue)=0
When called the ResponseBuilder must construct all the Responses or Asynchronous commands that would ...
virtual ~ResponseBuilder()
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
A complete implementation of the List interface using a doubly linked list data structure.
Definition LinkedList.h:55
Definition InternalCommandListener.h:34
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24