18 #ifndef _ACTIVEMQ_WIREFORMAT_STOMP_STOMPWIREFORMAT_H_ 19 #define _ACTIVEMQ_WIREFORMAT_STOMP_STOMPWIREFORMAT_H_ 29 namespace wireformat {
36 class StompWireformatProperties;
55 StompWireformatProperties* properties;
119 std::string getTopicPrefix()
const;
127 void setTopicPrefix(
const std::string& prefix);
134 std::string getQueuePrefix()
const;
142 void setQueuePrefix(
const std::string& prefix);
149 std::string getTempTopicPrefix()
const;
157 void setTempTopicPrefix(
const std::string& prefix);
164 std::string getTempQueuePrefix()
const;
172 void setTempQueuePrefix(
const std::string& prefix);
180 return this->receiving.
get();
#define AMQCPP_API
Definition: Config.h:30
Interface for a transport layer for command objects.
Definition: Transport.h:59
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition: DataOutputStream.h:34
A boolean value that may be updated atomically.
Definition: AtomicBoolean.h:34
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
bool get() const
Gets the current value of this AtomicBoolean.
Definition: AtomicBoolean.h:63
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