18#ifndef _ACTIVEMQ_WIREFORMAT_STOMP_MARSHAL_STOMPHELPER_H_
19#define _ACTIVEMQ_WIREFORMAT_STOMP_MARSHAL_STOMPHELPER_H_
38 using decaf::lang::Pointer;
39 using activemq::commands::Message;
40 using activemq::commands::MessageId;
41 using activemq::commands::ProducerId;
42 using activemq::commands::ConsumerId;
43 using activemq::commands::TransactionId;
44 using activemq::commands::ActiveMQDestination;
59 StompHelper(
const StompHelper&);
60 StompHelper& operator=(
const StompHelper&);
This class is used to generate a sequence of long long values that are incremented each time a new va...
Definition LongSequenceGenerator.h:32
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